Package ej.aws.iot
Interface AwsIotConnectionListener
-
public interface AwsIotConnectionListenerAwsIotConnectionListener. This provides the connectionLost() callback which is called when the connection is lost
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconnectionLost(Throwable cause)This method is called when the connection to the server is lost.
-
-
-
Method Detail
-
connectionLost
void connectionLost(Throwable cause)
This method is called when the connection to the server is lost.- Parameters:
cause- the reason behind the loss of connection.
-
-