ConfigWatcher<ConfigFileType> |
ConfigWatcher.addChangeListener(ConfigChangeListener<ConfigFileType> listener) |
Add a config change listener for notification on changes to the loaded
config map.
|
ConfigWatcher<ConfigFileType> |
ConfigWatcher.addEventListener(ConfigEventListener listener) |
Add a config event listener for events of what is happening on the config
watcher.
|
ConfigWatcher<ConfigFileType> |
ConfigWatcher.start() |
Start the NetworkConfigWatcher and throw exception if unable to read and
update config.
|
ConfigWatcher<ConfigFileType> |
ConfigWatcher.start(boolean failOnConfigException) |
Start the NetworkConfigWatcher and throw exception if unable to read and
update config.
|