| Package | Description |
|---|---|
| software.amazon.awssdk.crt.mqtt |
| Modifier and Type | Method and Description |
|---|---|
static QualityOfService |
QualityOfService.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QualityOfService[] |
QualityOfService.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Integer> |
MqttClientConnection.publish(MqttMessage message,
QualityOfService qos,
boolean retain)
Publishes a message to a topic
|
void |
MqttClientConnection.setWill(MqttMessage message,
QualityOfService qos,
boolean retain)
Sets the last will and testament message to be delivered to a topic when this client disconnects
|
CompletableFuture<Integer> |
MqttClientConnection.subscribe(String topic,
QualityOfService qos,
java.util.function.Consumer<MqttMessage> handler)
Subscribes to a topic
|
Copyright © 2019. All rights reserved.