Package ej.aws.iot

Interface AwsIotConnectionListener


  • public interface AwsIotConnectionListener
    AwsIotConnectionListener. This provides the connectionLost() callback which is called when the connection 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.