Uses of Interface
com.amazonaws.services.iot.client.core.AwsIotMessageCallback
-
-
Uses of AwsIotMessageCallback in com.amazonaws.services.iot.client
Classes in com.amazonaws.services.iot.client that implement AwsIotMessageCallback Modifier and Type Class Description classAWSIotMessageA common data structure that is used in a lot of non-blocking APIs in this library.classAWSIotTopicThis class is used for subscribing to a topic in the subscription APIs, such asAWSIotMqttClient.subscribe(AWSIotTopic topic). -
Uses of AwsIotMessageCallback in com.amazonaws.services.iot.client.core
Classes in com.amazonaws.services.iot.client.core that implement AwsIotMessageCallback Modifier and Type Class Description classAwsIotCompletionThis is a helper class that can be used to manage the request execution and return either synchronously or asynchronously the result, e.g.Methods in com.amazonaws.services.iot.client.core that return AwsIotMessageCallback Modifier and Type Method Description AwsIotMessageCallbackAwsIotConnection. getConnectCallback()The callback functions for the connect request.Methods in com.amazonaws.services.iot.client.core with parameters of type AwsIotMessageCallback Modifier and Type Method Description protected abstract voidAwsIotConnection. closeConnection(AwsIotMessageCallback callback)Abstract method which is called to terminate an underneath connection.voidAwsIotConnection. connect(AwsIotMessageCallback callback)The actual connect method exposed by this class.voidAwsIotConnection. disconnect(AwsIotMessageCallback callback)The actual disconnect method exposed by this class.protected abstract voidAwsIotConnection. openConnection(AwsIotMessageCallback callback)Abstract method which is called to establish an underneath connection. -
Uses of AwsIotMessageCallback in com.amazonaws.services.iot.client.mqtt
Methods in com.amazonaws.services.iot.client.mqtt with parameters of type AwsIotMessageCallback Modifier and Type Method Description voidAwsIotMqttConnection. closeConnection(AwsIotMessageCallback callback)voidAwsIotMqttConnection. openConnection(AwsIotMessageCallback callback)Constructors in com.amazonaws.services.iot.client.mqtt with parameters of type AwsIotMessageCallback Constructor Description AwsIotMqttConnectionListener(AbstractAwsIotClient client, boolean isConnect, AwsIotMessageCallback userCallback) -
Uses of AwsIotMessageCallback in com.amazonaws.services.iot.client.shadow
Classes in com.amazonaws.services.iot.client.shadow that implement AwsIotMessageCallback Modifier and Type Class Description classAwsIotDeviceCommandThis is a helper class that can be used to manage the execution result of a shadow command, i.e.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.classAwsIotDeviceReportMessageclassAwsIotDeviceSyncMessage
-