Class PartitionStep

java.lang.Object
org.springframework.batch.core.step.AbstractStep
org.springframework.batch.core.partition.PartitionStep
All Implemented Interfaces:
Step, StoppableStep, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

@NullUnmarked public class PartitionStep extends AbstractStep
Implementation of Step which partitions the execution and spreads the load using a PartitionHandler.
Since:
2.0
Author:
Dave Syer, Mahmoud Ben Hassine