Uses of Interface
org.eclipse.paho.client.mqttv3.MqttDeliveryToken

Uses of MqttDeliveryToken in org.eclipse.paho.client.mqttv3
 

Methods in org.eclipse.paho.client.mqttv3 that return MqttDeliveryToken
 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 doesn't wait for a response.
 MqttDeliveryToken[] MqttClient.getPendingDeliveryTokens()
          Returns the delivery tokens for any outstanding publish operations.
 

Methods in org.eclipse.paho.client.mqttv3 with parameters of type MqttDeliveryToken
 void MqttCallback.deliveryComplete(MqttDeliveryToken token)
          Called when delivery for a message has been completed, and all acknowledgements have been received.