Uses of Class
com.amazonaws.services.iot.client.core.AwsIotRetryableException
Packages that use AwsIotRetryableException
-
Uses of AwsIotRetryableException in com.amazonaws.services.iot.client.core
Methods in com.amazonaws.services.iot.client.core that throw AwsIotRetryableExceptionModifier and TypeMethodDescriptionprotected abstract voidAwsIotConnection.publishMessage(AWSIotMessage message) Abstract method which is called to publish a message.protected abstract voidAwsIotConnection.subscribeTopic(AWSIotMessage message) Abstract method which is called to subscribe to a topic.protected abstract voidAwsIotConnection.unsubscribeTopic(AWSIotMessage message) Abstract method which is called to unsubscribe to a topic. -
Uses of AwsIotRetryableException in com.amazonaws.services.iot.client.mqtt
Methods in com.amazonaws.services.iot.client.mqtt that throw AwsIotRetryableExceptionModifier and TypeMethodDescriptionvoidAwsIotMqttConnection.publishMessage(AWSIotMessage message) voidAwsIotMqttConnection.subscribeTopic(AWSIotMessage message) voidAwsIotMqttConnection.unsubscribeTopic(AWSIotMessage message)