@NonNullApi
See: Description
Class | Description |
---|---|
BeanFactoryStepLocator |
A
StepLocator implementation that just looks in its enclosing bean
factory for components of type Step . |
MessageChannelPartitionHandler |
A
PartitionHandler that uses MessageChannel instances to send instructions to remote workers and
receive their responses. |
RemotePartitioningMasterStepBuilder |
Builder for a master step in a remote partitioning setup.
|
RemotePartitioningMasterStepBuilderFactory |
Convenient factory for a
RemotePartitioningMasterStepBuilder which sets
the JobRepository , JobExplorer , BeanFactory and
PlatformTransactionManager automatically. |
RemotePartitioningWorkerStepBuilder |
Builder for a worker step in a remote partitioning setup.
|
RemotePartitioningWorkerStepBuilderFactory |
Convenient factory for a
RemotePartitioningWorkerStepBuilder which sets
the JobRepository , JobExplorer , BeanFactory and
PlatformTransactionManager automatically. |
StepExecutionRequest |
Class encapsulating information required to request a step execution in
a remote partitioning setup.
|
StepExecutionRequestHandler |