public interface AWSIotMqttClientStatusCallback
Modifier and Type | Interface and Description |
---|---|
static class |
AWSIotMqttClientStatusCallback.AWSIotMqttClientStatus
Possible connection statuses.
|
Modifier and Type | Method and Description |
---|---|
void |
onStatusChanged(AWSIotMqttClientStatusCallback.AWSIotMqttClientStatus status,
java.lang.Throwable throwable)
This method is called when the connection to the server is changed.
|
void onStatusChanged(AWSIotMqttClientStatusCallback.AWSIotMqttClientStatus status, java.lang.Throwable throwable)
status
- the current status of MQTT connection.throwable
- a throwable in the case of connection exceptions.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.