Interface IMQTTWorkflowEvent
- All Superinterfaces:
IWorkflowEvent,IWorkflowEventSourceWorkflowEvent
- All Known Subinterfaces:
IAfterStopMQTTWorkflowEvent,IBeforeStartMQTTWorkflowEvent,IMQTTMessageWorkflowEvent
- Since:
- Intrexx 8.0.
-
Method Summary
Modifier and TypeMethodDescriptionGet the GUID of the MQTT source that created this event.
-
Method Details
-
getEventSourceGuid
String getEventSourceGuid()Get the GUID of the MQTT source that created this event.- Specified by:
getEventSourceGuidin interfaceIWorkflowEventSourceWorkflowEvent- Returns:
- The GUID of the MQTT source that created this event.
-