Interface | Description |
---|---|
MqttAgentConfiguration |
Configuration class used by
PahoMqttAgent to createDataReader and DataWriter for
specific MQTT topics, get the topics and notify errors. |
Class | Description |
---|---|
MqttPacketOutputStream |
OutputStream for MQTT packet with a flush method that
sends the packet. |
PahoMqttAgent |
Class that manages all the
PahoMqttContext . |
PahoMqttAgentCallback |
Callback registered in the
IMqttAsyncClient used by the PahoMqttAgent . |
PahoMqttContext |
Implementation of an
MqttContext that uses Paho. |