Interface | Description |
---|---|
MqttClientConnectionEvents |
Interface used to receive connection events from the CRT
|
Class | Description |
---|---|
MqttClient |
This class wraps aws-c-mqtt to provide the basic MQTT pub/sub functionalities
via the AWS Common Runtime
One MqttClient class is needed per application.
|
MqttClientConnection |
This class wraps aws-c-mqtt to provide the basic MQTT pub/sub
functionality via the AWS Common Runtime
MqttClientConnection represents a single connection from one MqttClient to an MQTT
service endpoint
|
MqttMessage |
Represents a single message to be published or that was published to a connection
|
Enum | Description |
---|---|
QualityOfService |
Quality of Service associated with a publish action or subscription [MQTT-4.3].
|
Exception | Description |
---|---|
MqttException |
This exception will be thrown by any exceptional cases encountered within the
JNI bindings to the AWS Common Runtime
|
Copyright © 2019. All rights reserved.