Uses of Class
org.eclipse.paho.client.mqttv3.MqttTopic

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

Methods in org.eclipse.paho.client.mqttv3 that return MqttTopic
 MqttTopic MqttConnectOptions.getWillDestination()
          Returns the topic to be used for last will and testament (LWT).
 MqttTopic MqttClient.getTopic(java.lang.String topic)
          Gets 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.
 void MqttCallback.messageArrived(MqttTopic topic, MqttMessage message)
          This method is called when a message arrives from the server.