Class BrokerAvailabilityEvent

    • Constructor Detail

      • BrokerAvailabilityEvent

        public BrokerAvailabilityEvent​(boolean brokerAvailable,
                                       Object source)
        Creates a new BrokerAvailabilityEvent.
        Parameters:
        brokerAvailable - true if the broker is available, false otherwise
        source - the component that is acting as the broker, or as a relay for an external broker, that has changed availability. Must not be null.