public class SequentialNodeDispatcher extends java.lang.Object implements NodeDispatcher
| Constructor and Description |
|---|
SequentialNodeDispatcher(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 SequentialNodeDispatcher(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