Uses of Interface
com.amazonaws.services.iot.client.core.AwsIotMessageCallback
Packages that use AwsIotMessageCallback
Package
Description
-
Uses of AwsIotMessageCallback in com.amazonaws.services.iot.client
Classes in com.amazonaws.services.iot.client that implement AwsIotMessageCallbackModifier and TypeClassDescriptionclassA common data structure that is used in a lot of non-blocking APIs in this library.classThis 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 AwsIotMessageCallbackModifier and TypeClassDescriptionclassThis 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 AwsIotMessageCallbackModifier and TypeMethodDescriptionAwsIotConnection.getConnectCallback()The callback functions for the connect request.Methods in com.amazonaws.services.iot.client.core with parameters of type AwsIotMessageCallbackModifier and TypeMethodDescriptionprotected 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 AwsIotMessageCallbackModifier and TypeMethodDescriptionvoidAwsIotMqttConnection.closeConnection(AwsIotMessageCallback callback) voidAwsIotMqttConnection.openConnection(AwsIotMessageCallback callback) Constructors in com.amazonaws.services.iot.client.mqtt with parameters of type AwsIotMessageCallbackModifierConstructorDescriptionAwsIotMqttConnectionListener(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 AwsIotMessageCallbackModifier and TypeClassDescriptionclassThis is a helper class that can be used to manage the execution result of a shadow command, i.e.classThis class extendsAWSIotTopicto provide customized callback functions for the subscription requests of the shadow commands.classThis class extendsAWSIotTopicto provide a callback function for receiving the shadow delta updates.classclass