Uses of Class
software.amazon.awssdk.crt.mqtt.MqttException
-
Packages that use MqttException Package Description software.amazon.awssdk.crt.mqtt -
-
Uses of MqttException in software.amazon.awssdk.crt.mqtt
Methods in software.amazon.awssdk.crt.mqtt that throw MqttException Modifier and Type Method Description CompletableFuture<Boolean>
MqttClientConnection. connect()
Connect to the service endpoint and start a sessionvoid
MqttConnectionConfig. setLogin(String user, String pass)
Sets the login credentials for a connection.Constructors in software.amazon.awssdk.crt.mqtt that throw MqttException Constructor Description MqttClientConnection(MqttConnectionConfig config)
Constructs a new MqttClientConnection.MqttClientConnection(Mqtt5Client mqtt5client, MqttClientConnectionEvents callbacks)
Constructs a new MqttClientConnection from a Mqtt5Client.
-