Interface IMQTTMessageWorkflowEvent

All Superinterfaces:
IMQTTWorkflowEvent, IWorkflowEvent, IWorkflowEventSourceWorkflowEvent

@Scriptable public interface IMQTTMessageWorkflowEvent extends IMQTTWorkflowEvent
Since:
Intrexx 8.0.
  • Method Summary

    Modifier and Type
    Method
    Description
    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.

    Methods inherited from interface de.uplanet.lucy.server.mqtt.workflow.event.IMQTTWorkflowEvent

    getEventSourceGuid
  • Method Details

    • getTopic

      String 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.