Class ProcessorAsyncExecutor
- java.lang.Object
-
- de.codecentric.reedelk.platform.execution.ProcessorAsyncExecutor
-
- All Implemented Interfaces:
FlowExecutor
public class ProcessorAsyncExecutor extends Object implements FlowExecutor
Executes an asynchronous processor in a different Scheduler thread. Waits for the processor to complete until any of the OnResult callback is called by the implementing processor.
-
-
Constructor Summary
Constructors Constructor Description ProcessorAsyncExecutor()
-
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
-
-