Package org.springframework.batch.integration.partition
@NonNullApi
package org.springframework.batch.integration.partition
Remote partitioning components.
- Author:
- Michael Minella, Mahmoud Ben Hassine
-
ClassDescriptionA
StepLocator
implementation that just looks in its enclosing bean factory for components of typeStep
.APartitionHandler
that usesMessageChannel
instances to send instructions to remote workers and receive their responses.Builder for a manager step in a remote partitioning setup.Convenient factory for aRemotePartitioningManagerStepBuilder
which sets theJobRepository
,JobExplorer
,BeanFactory
andPlatformTransactionManager
automatically.Builder for a worker step in a remote partitioning setup.Convenient factory for aRemotePartitioningWorkerStepBuilder
which sets theJobRepository
,JobExplorer
,BeanFactory
andPlatformTransactionManager
automatically.Class encapsulating information required to request a step execution in a remote partitioning setup.