Interface FlowExecutor
-
- All Known Implementing Classes:
ForEachExecutor,ForkExecutor,ProcessorAsyncExecutor,ProcessorSyncExecutor,RouterExecutor,StopExecutor,TryCatchExecutor
public interface FlowExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.reactivestreams.Publisher<MessageAndContext>execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)
-
-
-
Method Detail
-
execute
org.reactivestreams.Publisher<MessageAndContext> execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)
-
-