Uses of Interface
org.openhab.core.io.transport.mqtt.MqttMessageSubscriber
-
Uses of MqttMessageSubscriber in org.openhab.core.io.transport.mqtt
Modifier and TypeMethodDescriptionMqttBrokerConnection.subscribe
(String topic, MqttMessageSubscriber subscriber) Add a new message consumer to this connection.MqttBrokerConnection.unsubscribe
(String topic, MqttMessageSubscriber subscriber) Remove a previously registered consumer from this connection.