Package software.amazon.awssdk.crt.mqtt


package software.amazon.awssdk.crt.mqtt
  • Class
    Description
    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.
    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
    Interface used to receive connection events from the CRT
    Simple statistics about the current state of the connection's queue of operations
    Encapsulates all per-mqtt-connection configuration
    This exception will be thrown by any exceptional cases encountered within the JNI bindings to the AWS Common Runtime
    Represents a message to publish, or a message that was received.
    The data returned when the connection closed callback is invoked in a connection.
    The data returned when the connection failure callback is invoked in a connection.
    The data returned when the connection success callback is invoked in a connection.
    Quality of Service associated with a publish action or subscription [MQTT-4.3].
    Arguments to a websocket handshake transform operation.