-
Method Summary
org.eclipse.paho.client.mqttv3.internal.wire.MqttReceivedMessage
Get the received MQTT message that is associated with this event.
Get the topic the message was published to.
-
Method Details
-
getTopic
Get the topic the message was published to.
- Returns:
- The topic.
-
getMessage
org.eclipse.paho.client.mqttv3.internal.wire.MqttReceivedMessage getMessage()
Get the received MQTT message that is associated with this event.
- Returns:
- The received MQTT message that is associated with this event.