Interface ConfigurationChangeListener
-
- All Known Implementing Classes:
JobSchedulerImpl,QueueManager
public interface ConfigurationChangeListenerListener interface to get topology / queue changes. Components interested in configuration changes can subscribe themselves using theJobManagerConfiguration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigurationChanged(boolean active)Notify about a configuration change.
-