Remote partitioning components.
-
RemotePartitioningWorkerStepBuilder.beanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
RemotePartitioningWorkerStepBuilderFactory.get(String name)
RemotePartitioningWorkerStepBuilder.inputChannel(org.springframework.messaging.MessageChannel inputChannel)
Set the input channel on which step execution requests sent by the manager
are received.
RemotePartitioningWorkerStepBuilder.outputChannel(org.springframework.messaging.MessageChannel outputChannel)
Set the output channel on which replies will be sent to the manager step.
RemotePartitioningWorkerStepBuilder.startLimit(int startLimit)
Set the step locator used to locate the worker step to execute.
RemotePartitioningWorkerStepBuilder.transactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)