public interface NodeDispatcher
Modifier and Type | Method and Description |
---|---|
DispatcherResult |
dispatch(StepExecutionContext context,
Dispatchable item) |
DispatcherResult |
dispatch(StepExecutionContext context,
NodeStepExecutionItem item) |
DispatcherResult dispatch(StepExecutionContext context, NodeStepExecutionItem item) throws DispatcherException
context
- contextitem
- step itemDispatcherException
- on errorDispatcherResult dispatch(StepExecutionContext context, Dispatchable item) throws DispatcherException
DispatcherException