Package | Description |
---|---|
org.eclipse.paho.client.eclipse.view | |
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 |
---|---|
void |
MqttClientView.deliveryComplete(MqttDeliveryToken token)
Logs that a publish has completed (an acknowledgement has been received from the broker
|
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.
|
Copyright © 2018 Eclipse Paho. All rights reserved.