Class DefaultStepExecutionAggregator

java.lang.Object
org.springframework.batch.core.partition.support.DefaultStepExecutionAggregator
All Implemented Interfaces:
StepExecutionAggregator

public class DefaultStepExecutionAggregator extends Object implements StepExecutionAggregator
Convenience class for aggregating a set of StepExecution instances into a single result.
Since:
2.1
Author:
Dave Syer