
io.questdb.ConfigReloader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of questdb Show documentation
Show all versions of questdb Show documentation
QuestDB is high performance SQL time series database
package io.questdb;
@FunctionalInterface
public interface ConfigReloader {
/**
* @return true if the config was reloaded
*/
boolean reload();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy