Package org.springframework.batch.integration.partition
@NullUnmarked
package org.springframework.batch.integration.partition
Remote partitioning components.
- Author:
- Michael Minella, Mahmoud Ben Hassine, Stefano Cordio
-
ClassesClassDescriptionA
StepLocator
implementation that just looks in its enclosing bean factory forStep
s by name.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
andBeanFactory
automatically.Builder for a worker step in a remote partitioning setup.Convenient factory for aRemotePartitioningWorkerStepBuilder
which sets theJobRepository
andBeanFactory
automatically.Class encapsulating information required to request a step execution in a remote partitioning setup.