public interface BrokerStatusListener
Client.addBrokerStatusListener(BrokerStatusListener).
It's expected that listeners will take a short time to return because all listeners are invoked sequentially. If a listener takes too much time to process a status change, it will delay the status delivery to other registered listeners.
| Modifier and Type | Method and Description |
|---|---|
void |
receiveBrokerStatus(BrokerStatus status)
Supplies a broker status to the receiver.
|
void receiveBrokerStatus(BrokerStatus status)
status - The status.Copyright © 2015. All Rights Reserved.