Class ForEachExecutor
- java.lang.Object
-
- de.codecentric.reedelk.platform.component.foreach.ForEachExecutor
-
- All Implemented Interfaces:
FlowExecutor
public class ForEachExecutor extends Object implements FlowExecutor
-
-
Constructor Summary
Constructors Constructor Description ForEachExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.reactivestreams.Publisher<MessageAndContext>execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)
-
-
-
Method Detail
-
execute
public org.reactivestreams.Publisher<MessageAndContext> execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)
- Specified by:
executein interfaceFlowExecutor
-
-