Package | Description |
---|---|
software.amazon.awssdk.crt.mqtt |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Boolean> |
MqttClientConnection.connect()
Connect to the service endpoint and start a session
|
void |
MqttConnectionConfig.setLogin(String user,
String pass)
Sets the login credentials for a connection.
|
Constructor and Description |
---|
MqttClientConnection(MqttConnectionConfig config)
Constructs a new MqttClientConnection.
|
Copyright © 2021. All rights reserved.