Interface ISupportGlobalSharedState

All Known Implementing Classes:
AbstractIMAPFolderWorkflowEventSource, AbstractJMSWorkflowEventSource, ExchangeOnlineIMAPFolderPollingWorkflowEventSource, FileSystemWorkflowEventSource, IMAPFolderPollingWorkflowEventSource, JMSQueueWorkflowEventSource, JMSTopicWorkflowEventSource, MaildirWorkflowEventSource, MQTTWorkflowEventSource, UDPWorkflowEventSource

public interface ISupportGlobalSharedState
An interface for IWorkflowEventSources that support a global shared state.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    This property determines if a global shared state should be used for all events created by this event source.
    void
    setGlobalSharedState(boolean p_bGlobalSharedState)
    This property determines if a global shared state should be used for all events created by this event source.
  • Method Details

    • isGlobalSharedState

      boolean isGlobalSharedState()
      This property determines if a global shared state should be used for all events created by this event source.
      Returns:
      true if a global shared state should be used, or false otherwise.
    • setGlobalSharedState

      void setGlobalSharedState(boolean p_bGlobalSharedState)
      This property determines if a global shared state should be used for all events created by this event source.
      Parameters:
      p_bGlobalSharedState - true if a global shared state should be used, or false otherwise.