Package io.nflow.engine.listener
Interface ListenerChain
public interface ListenerChain
The workflow executor listener chain.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the next listener in the chain.
-
Method Details
-
next
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.
-