-
An 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)
Implement this interface to get notified of connection state changes.
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.
-
An MQTTBrokerConnection represents a single client connection to a MQTT broker.