Class FlowExecutorEngine
- java.lang.Object
-
- de.codecentric.reedelk.platform.execution.FlowExecutorEngine
-
public class FlowExecutorEngine extends Object
-
-
Constructor Summary
Constructors Constructor Description FlowExecutorEngine(ExecutionGraph graph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonEvent(de.codecentric.reedelk.runtime.api.message.Message message, de.codecentric.reedelk.runtime.api.component.OnResult onResult)Executes the flow when an Event comes in.
-
-
-
Constructor Detail
-
FlowExecutorEngine
public FlowExecutorEngine(ExecutionGraph graph)
-
-