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.connectionObserversMethods in org.openhab.core.io.transport.mqtt with parameters of type MqttConnectionObserverModifier and TypeMethodDescriptionvoidMqttBrokerConnection.addConnectionObserver(MqttConnectionObserver connectionObserver) Add a new connection observer to this connection.voidMqttBrokerConnection.removeConnectionObserver(MqttConnectionObserver connectionObserver) Remove a previously registered connection observer from this connection.