|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MqttTopic | |
|---|---|
| org.eclipse.paho.client.mqttv3 | Contains a programming interface enabling applications to communicate with an MQTT server. |
| org.eclipse.paho.client.mqttv3.internal | |
| Uses of MqttTopic in org.eclipse.paho.client.mqttv3 |
|---|
| Methods in org.eclipse.paho.client.mqttv3 that return MqttTopic | |
|---|---|
MqttTopic |
MqttClient.getTopic(String topic)
|
MqttTopic |
IMqttClient.getTopic(String topic)
Get a topic object which can be used to publish messages. |
protected MqttTopic |
MqttAsyncClient.getTopic(String topic)
Get a topic object which can be used to publish messages. |
| Methods in org.eclipse.paho.client.mqttv3 with parameters of type MqttTopic | |
|---|---|
void |
MqttConnectOptions.setWill(MqttTopic topic,
byte[] payload,
int qos,
boolean retained)
Sets the "Last Will and Testament" (LWT) for the connection. |
| Uses of MqttTopic in org.eclipse.paho.client.mqttv3.internal |
|---|
| Methods in org.eclipse.paho.client.mqttv3.internal that return MqttTopic | |
|---|---|
protected MqttTopic |
ClientComms.getTopic(String topic)
|
MqttTopic |
DestinationProvider.getTopic(String topic)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||