public class OrchestratorNodeDispatcher extends java.lang.Object implements NodeDispatcher
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ORCHESTRATOR_DATA |
| 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 static final java.lang.String ORCHESTRATOR_DATA
public OrchestratorNodeDispatcher(Framework framework)
public DispatcherResult dispatch(StepExecutionContext context, NodeStepExecutionItem item) throws DispatcherException
dispatch in interface NodeDispatchercontext - contextitem - step itemDispatcherException - on errorpublic DispatcherResult dispatch(StepExecutionContext context, Dispatchable item) throws DispatcherException
dispatch in interface NodeDispatcherDispatcherExceptionpublic DispatcherResult dispatch(StepExecutionContext context, NodeStepExecutionItem item, Dispatchable toDispatch) throws DispatcherException
DispatcherException