Uses of Class
software.amazon.awssdk.crt.mqtt.MqttException
Packages that use MqttException
-
Uses of MqttException in software.amazon.awssdk.crt.mqtt
Methods in software.amazon.awssdk.crt.mqtt that throw MqttExceptionModifier and TypeMethodDescriptionMqttClientConnection.connect()Connect to the service endpoint and start a sessionvoidSets the login credentials for a connection.Constructors in software.amazon.awssdk.crt.mqtt that throw MqttExceptionModifierConstructorDescriptionConstructs a new MqttClientConnection.MqttClientConnection(Mqtt5Client mqtt5client, MqttClientConnectionEvents callbacks) Constructs a new MqttClientConnection from a Mqtt5Client.