Interface IJMSWorkflowEvent
- All Superinterfaces:
IWorkflowEvent
,IWorkflowEventSourceWorkflowEvent
- All Known Subinterfaces:
IAfterStopJMSWorkflowEvent
,IBeforeStartJMSWorkflowEvent
,IJMSMessageWorkflowEvent
- Since:
- Intrexx 7.0.
-
Method Summary
Modifier and TypeMethodDescriptionGet the GUID of the JMS source that created this event.
-
Method Details
-
getEventSourceGuid
String getEventSourceGuid()Get the GUID of the JMS source that created this event.- Specified by:
getEventSourceGuid
in interfaceIWorkflowEventSourceWorkflowEvent
- Returns:
- The GUID of the JMS source that created this event.
-