| Package | Description |
|---|---|
| org.eclipse.paho.client.mqttv3 |
Contains a programming interface enabling applications to communicate with an MQTT server.
|
| org.eclipse.paho.client.mqttv3.internal |
| Modifier and Type | Method and Description |
|---|---|
MqttTopic |
IMqttClient.getTopic(String topic)
Get a topic object which can be used to publish messages.
|
MqttTopic |
MqttClient.getTopic(String topic) |
protected MqttTopic |
MqttAsyncClient.getTopic(String topic)
Get a topic object which can be used to publish messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MqttConnectOptions.setWill(MqttTopic topic,
byte[] payload,
int qos,
boolean retained)
Sets the "Last Will and Testament" (LWT) for the connection.
|
| Modifier and Type | Method and Description |
|---|---|
MqttTopic |
DestinationProvider.getTopic(String topic) |
protected MqttTopic |
ClientComms.getTopic(String topic) |
Copyright © 2018 Eclipse Paho. All Rights Reserved.