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 Detail

      • configurationChanged

        void configurationChanged​(boolean active)
        Notify about a configuration change.
        Parameters:
        active - true if job processing is active, otherwise false