Module org.github.gestalt.core
Package org.github.gestalt.config.reload
Interface ConfigReloadListener
-
- All Known Implementing Classes:
GestaltCore
public interface ConfigReloadListenerListener for when configs need to reloads.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreload(ConfigSource source)Called when a config needs to be reloaded.
-
-
-
Method Detail
-
reload
void reload(ConfigSource source) throws GestaltException
Called when a config needs to be reloaded.- Parameters:
source- the source we should reload.- Throws:
GestaltException- any exceptions
-
-