Uses of Interface
com.amazonaws.services.iot.client.core.AwsIotTopicCallback
-
Packages that use AwsIotTopicCallback Package Description com.amazonaws.services.iot.client com.amazonaws.services.iot.client.shadow -
-
Uses of AwsIotTopicCallback in com.amazonaws.services.iot.client
Classes in com.amazonaws.services.iot.client that implement AwsIotTopicCallback Modifier and Type Class Description classAWSIotTopicThis class is used for subscribing to a topic in the subscription APIs, such asAWSIotMqttClient.subscribe(AWSIotTopic topic). -
Uses of AwsIotTopicCallback in com.amazonaws.services.iot.client.shadow
Classes in com.amazonaws.services.iot.client.shadow that implement AwsIotTopicCallback Modifier and Type Class Description classAwsIotDeviceCommandAckListenerThis class extendsAWSIotTopicto provide customized callback functions for the subscription requests of the shadow commands.classAwsIotDeviceDeltaListenerThis class extendsAWSIotTopicto provide a callback function for receiving the shadow delta updates.
-