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:
getEventSourceGuidin interfaceIWorkflowEventSourceWorkflowEvent- Returns:
- The GUID of the JMS source that created this event.
-