public class OrchestratorNodeDispatcher extends java.lang.Object implements NodeDispatcher
Constructor and Description |
---|
OrchestratorNodeDispatcher(Framework framework) |
Modifier and Type | Method and Description |
---|---|
DispatcherResult |
dispatch(StepExecutionContext context,
Dispatchable item) |
DispatcherResult |
dispatch(StepExecutionContext context,
NodeStepExecutionItem item) |
DispatcherResult |
dispatch(StepExecutionContext context,
NodeStepExecutionItem item,
Dispatchable toDispatch) |
public OrchestratorNodeDispatcher(Framework framework)
public DispatcherResult dispatch(StepExecutionContext context, NodeStepExecutionItem item) throws DispatcherException
dispatch
in interface NodeDispatcher
context
- contextitem
- step itemDispatcherException
- on errorpublic DispatcherResult dispatch(StepExecutionContext context, Dispatchable item) throws DispatcherException
dispatch
in interface NodeDispatcher
DispatcherException
public DispatcherResult dispatch(StepExecutionContext context, NodeStepExecutionItem item, Dispatchable toDispatch) throws DispatcherException
DispatcherException