Uses of Class
org.springframework.batch.integration.partition.RemotePartitioningWorkerStepBuilder
-
Uses of RemotePartitioningWorkerStepBuilder in org.springframework.batch.integration.partition
Modifier and TypeMethodDescriptionRemotePartitioningWorkerStepBuilder.allowStartIfComplete
(boolean allowStartIfComplete) RemotePartitioningWorkerStepBuilder.beanFactory
(org.springframework.beans.factory.BeanFactory beanFactory) Set the bean factory.Creates aRemotePartitioningWorkerStepBuilder
and initializes its job repository, job explorer, bean factory and transaction manager.RemotePartitioningWorkerStepBuilder.inputChannel
(org.springframework.messaging.MessageChannel inputChannel) Set the input channel on which step execution requests sent by the manager are received.RemotePartitioningWorkerStepBuilder.jobExplorer
(JobExplorer jobExplorer) Set the job explorer.RemotePartitioningWorkerStepBuilder.listener
(StepExecutionListener listener) RemotePartitioningWorkerStepBuilder.outputChannel
(org.springframework.messaging.MessageChannel outputChannel) Set the output channel on which replies will be sent to the manager step.RemotePartitioningWorkerStepBuilder.repository
(JobRepository jobRepository) Deprecated, for removal: This API element is subject to removal in a future version.RemotePartitioningWorkerStepBuilder.startLimit
(int startLimit) RemotePartitioningWorkerStepBuilder.stepLocator
(StepLocator stepLocator) Set the step locator used to locate the worker step to execute.
RemotePartitioningWorkerStepBuilder(String, JobRepository)