Uses of Interface
org.openhab.core.io.transport.mqtt.MqttConnectionObserver
Packages that use MqttConnectionObserver
-
Uses of MqttConnectionObserver in org.openhab.core.io.transport.mqtt
Fields in org.openhab.core.io.transport.mqtt with type parameters of type MqttConnectionObserverModifier and TypeFieldDescriptionprotected final List
<MqttConnectionObserver> MqttBrokerConnection.connectionObservers
Methods in org.openhab.core.io.transport.mqtt with parameters of type MqttConnectionObserverModifier and TypeMethodDescriptionvoid
MqttBrokerConnection.addConnectionObserver
(MqttConnectionObserver connectionObserver) Add a new connection observer to this connection.void
MqttBrokerConnection.removeConnectionObserver
(MqttConnectionObserver connectionObserver) Remove a previously registered connection observer from this connection.