@Scriptable public interface IMQTTMessageWorkflowEvent extends IMQTTWorkflowEvent
Modifier and Type | Method and Description |
---|---|
org.eclipse.paho.client.mqttv3.internal.wire.MqttReceivedMessage |
getMessage()
Get the received MQTT message that is associated with this event.
|
java.lang.String |
getTopic()
Get the topic the message was published to.
|
getEventSourceGuid
java.lang.String getTopic()
org.eclipse.paho.client.mqttv3.internal.wire.MqttReceivedMessage getMessage()