Interface StepNodeContextListener<NODE,​STEP>

  • All Known Implementing Classes:
    StepContextWorkflowExecutionListener

    public interface StepNodeContextListener<NODE,​STEP>
    Listens to context changes, where context can contain a node or step, or overall context.
    • Method Detail

      • beginContext

        void beginContext()
        Indicates context begins
      • finishContext

        void finishContext()
        Indicates context has finished
      • beginStepContext

        void beginStepContext​(STEP step)
        Enter a step context
        Parameters:
        step - step
      • finishStepContext

        void finishStepContext()
        finish a step context
      • beginNodeContext

        void beginNodeContext​(NODE node)
        Enter a node context
        Parameters:
        node - node
      • finishNodeContext

        void finishNodeContext()
        Finish a node context