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 |
---|---|
MqttDeliveryToken |
MqttTopic.publish(byte[] payload,
int qos,
boolean retained)
Publishes a message on the topic.
|
MqttDeliveryToken |
MqttTopic.publish(MqttMessage message)
Publishes the specified message to this topic, but does not wait for delivery of the message to complete.
|
Modifier and Type | Method and Description |
---|---|
MqttDeliveryToken[] |
CommsTokenStore.getOutstandingDelTokens() |
MqttDeliveryToken[] |
ClientComms.getPendingDeliveryTokens() |
protected MqttDeliveryToken |
CommsTokenStore.restoreToken(MqttPublish message)
Restores a token after a client restart.
|