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 the
JobManagerConfiguration.-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigurationChanged(boolean active) Notify about a configuration change.
-
Method Details
-
configurationChanged
void configurationChanged(boolean active) Notify about a configuration change.- Parameters:
active-trueif job processing is active, otherwisefalse
-