Interface AwsIotConnectionCallback
-
- All Known Implementing Classes:
AbstractAwsIotClient,AwsIotConnection,AWSIotMqttClient,AwsIotMqttConnection,AwsIotTlsConnection,AwsIotWebsocketConnection
public interface AwsIotConnectionCallbackThis interface class defines functions called under different connection events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonConnectionClosed()On connection closed.voidonConnectionFailure()On connection failure.voidonConnectionSuccess()On connection success.
-