Interface IJMSWorkflowEvent
-
- All Superinterfaces:
IWorkflowEvent,IWorkflowEventSourceWorkflowEvent
- All Known Subinterfaces:
IAfterStopJMSWorkflowEvent,IBeforeStartJMSWorkflowEvent,IJMSMessageWorkflowEvent
@Scriptable public interface IJMSWorkflowEvent extends IWorkflowEventSourceWorkflowEvent
- Since:
- Intrexx 7.0.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEventSourceGuid()Get the GUID of the JMS source that created this event.
-
-
-
Method Detail
-
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.
-
-