Interface ConfigurationChangeListener
-
- All Known Implementing Classes:
JobSchedulerImpl
,QueueManager
public interface ConfigurationChangeListener
Listener 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 void
configurationChanged(boolean active)
Notify about a configuration change.
-