Class StopExecutor
- java.lang.Object
-
- de.codecentric.reedelk.platform.component.stop.StopExecutor
-
- All Implemented Interfaces:
FlowExecutor
public class StopExecutor extends Object implements FlowExecutor
-
-
Constructor Summary
Constructors Constructor Description StopExecutor()
-
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)When we find a stop node, we just return the parent flux.
-
-
-
Method Detail
-
execute
public org.reactivestreams.Publisher<MessageAndContext> execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)
When we find a stop node, we just return the parent flux. Nothing needs to be added to the flux anymore.- Specified by:
executein interfaceFlowExecutor
-
-