Uses of Class
com.amazonaws.services.iot.client.core.AwsIotRetryableException
-
Packages that use AwsIotRetryableException Package Description com.amazonaws.services.iot.client.core com.amazonaws.services.iot.client.mqtt -
-
Uses of AwsIotRetryableException in com.amazonaws.services.iot.client.core
Methods in com.amazonaws.services.iot.client.core that throw AwsIotRetryableException Modifier and Type Method Description protected 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 AwsIotRetryableException Modifier and Type Method Description voidAwsIotMqttConnection. publishMessage(AWSIotMessage message)voidAwsIotMqttConnection. subscribeTopic(AWSIotMessage message)voidAwsIotMqttConnection. unsubscribeTopic(AWSIotMessage message)
-