Class MaxValueFlowExecutionAggregator

java.lang.Object
org.springframework.batch.core.job.flow.support.state.MaxValueFlowExecutionAggregator
All Implemented Interfaces:
FlowExecutionAggregator

public class MaxValueFlowExecutionAggregator extends Object implements FlowExecutionAggregator
Implementation of the FlowExecutionAggregator interface that aggregates FlowExecutionStatus', using the status with the high precedence as the aggregate status. See FlowExecutionStatus for details on status precedence.
Since:
2.0
Author:
Dave Syer