Class FlowExecutorFactory
- java.lang.Object
-
- de.codecentric.reedelk.platform.execution.FlowExecutorFactory
-
public class FlowExecutorFactory extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.reactivestreams.Publisher<MessageAndContext>execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode next, ExecutionGraph graph)static FlowExecutorFactoryget()
-
-
-
Method Detail
-
get
public static FlowExecutorFactory get()
-
execute
public org.reactivestreams.Publisher<MessageAndContext> execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode next, ExecutionGraph graph)
-
-