Class AbstractEventSourceWorkflowEventHandler

    • Constructor Detail

      • AbstractEventSourceWorkflowEventHandler

        public AbstractEventSourceWorkflowEventHandler​(String p_strGuid)
    • Method Detail

      • getEventSourceGuids

        public List<String> getEventSourceGuids()
        Get the list of unique event source identifiers that are matched by this event handler.

        If this list is empty the handler will accept matching events from all event sources.

        Returns:
        The GUID of the associated event source.
        Since:
        Intrexx 8.0.
      • setEventSourceGuids

        public void setEventSourceGuids​(List<String> p_eventSourceGuids)
        Get the list of unique event source identifiers that are matched by this event handler.

        If this list is empty the handler will accept matching events from all event sources.

        Since:
        Intrexx 8.0.
      • isHandleBeforeStartEvent

        public boolean isHandleBeforeStartEvent()
      • setHandleBeforeStartEvent

        public void setHandleBeforeStartEvent​(boolean p_bHandleBeforeStartEvent)
      • isHandleAfterStopEvent

        public boolean isHandleAfterStopEvent()
      • setHandleAfterStopEvent

        public void setHandleAfterStopEvent​(boolean p_bHandleAfterStopEvent)