Uses of Interface
org.openhab.core.io.transport.mqtt.MqttMessageSubscriber
Packages that use MqttMessageSubscriber
-
Uses of MqttMessageSubscriber in org.openhab.core.io.transport.mqtt
Methods in org.openhab.core.io.transport.mqtt with parameters of type MqttMessageSubscriberModifier 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.