类 RemotePartitioningWorkerStepBuilder


  • public class RemotePartitioningWorkerStepBuilder
    extends StepBuilder
    Builder for a worker step in a remote partitioning setup. This builder creates an IntegrationFlow that:
    • listens to StepExecutionRequests coming from the master on the input channel
    • invokes the StepExecutionRequestHandler to execute the worker step for each incoming request. The worker step is located using the provided StepLocator. If no StepLocator is provided, a BeanFactoryStepLocator configured with the current BeanFactory will be used
    • replies to the master on the output channel (when the master step is configured to aggregate replies from workers). If no output channel is provided, a NullChannel will be used (assuming the master side is configured to poll the job repository for workers status)
    从以下版本开始:
    4.1
    作者:
    Mahmoud Ben Hassine