Uses of Package
org.openhab.core.io.transport.mqtt
Packages that use org.openhab.core.io.transport.mqtt
-
Classes in org.openhab.core.io.transport.mqtt used by org.openhab.core.io.transport.mqttClassDescriptionAn MQTTBrokerConnection represents a single client connection to a MQTT broker.Create a listener object for being used as a callback for a connection attempt.MQTT version (currently v3 and v5)MQTT transport protocolsImplement this interface to get notified of connection state changes.The connection state of a
MqttBrokerConnection
.Thrown if an error occurs communicating with the server.Implement this interface and register on the to get notified of incoming Mqtt messages on the given topic.Class encapsulating the last will and testament that is published after the client has gone offline. -
Classes in org.openhab.core.io.transport.mqtt used by org.openhab.core.io.transport.mqtt.reconnectClassDescriptionAn MQTTBrokerConnection represents a single client connection to a MQTT broker.