Uses of Class
software.amazon.awssdk.crt.mqtt.MqttMessage
Packages that use MqttMessage
-
Uses of MqttMessage in software.amazon.awssdk.crt.mqtt
Methods in software.amazon.awssdk.crt.mqtt that return MqttMessageModifier and TypeMethodDescriptionMqttConnectionConfig.getWillMessage()Queries the last will and testament message to be delivered to a topic when a connection disconnectsMethods in software.amazon.awssdk.crt.mqtt with parameters of type MqttMessageModifier and TypeMethodDescriptionMqttClientConnection.publish(MqttMessage message) Publishes a message to a topic.MqttClientConnection.publish(MqttMessage message, QualityOfService qos, boolean retain) Deprecated.voidMqttConnectionConfig.setWillMessage(MqttMessage willMessage) Configures the last will and testament message to be delivered to a topic when a connection disconnectsMethod parameters in software.amazon.awssdk.crt.mqtt with type arguments of type MqttMessageModifier and TypeMethodDescriptionvoidMqttClientConnection.onMessage(Consumer<MqttMessage> handler) Sets a handler to be invoked whenever a message arrives, subscription or notMqttClientConnection.subscribe(String topic, QualityOfService qos, Consumer<MqttMessage> handler) Subscribes to a topic