Package io.nflow.engine.listener
Interface ListenerChain
-
public interface ListenerChainThe workflow executor listener chain.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NextActionnext(WorkflowExecutorListener.ListenerContext context)Return the next listener in the chain.
-
-
-
Method Detail
-
next
NextAction next(WorkflowExecutorListener.ListenerContext context)
Return the next listener in the chain.- Parameters:
context- The workflow execution listener context.- Returns:
- The next action to be taken in the workflow processing.
-
-