Remote partitioning components.
-
RemotePartitioningManagerStepBuilder.beanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
RemotePartitioningManagerStepBuilderFactory.get(String name)
RemotePartitioningManagerStepBuilder.gridSize(int gridSize)
RemotePartitioningManagerStepBuilder.inputChannel(org.springframework.messaging.MessageChannel inputChannel)
Set the input channel on which replies from workers will be received.
RemotePartitioningManagerStepBuilder.messagingTemplate(org.springframework.integration.core.MessagingTemplate messagingTemplate)
Set the MessagingTemplate
to use to send data to workers.
RemotePartitioningManagerStepBuilder.outputChannel(org.springframework.messaging.MessageChannel outputChannel)
Set the output channel on which requests to workers will be sent.
RemotePartitioningManagerStepBuilder.pollInterval(long pollInterval)
How often to poll the job repository for the status of the workers.
Deprecated, for removal: This API element is subject to removal in a future version.
RemotePartitioningManagerStepBuilder.startLimit(int startLimit)
RemotePartitioningManagerStepBuilder.step(Step step)
RemotePartitioningManagerStepBuilder.timeout(long timeout)
When using job repository polling, the time limit to wait.
RemotePartitioningManagerStepBuilder(String, JobRepository)