org.springframework.batch.core.job.flow.support.state
Interface FlowExecutionAggregator

All Known Implementing Classes:
MaxValueFlowExecutionAggregator

public interface FlowExecutionAggregator

Strategy interface for aggregating FlowExecution instances into a single exit status.

Since:
2.0
Author:
Dave Syer

Method Summary
 FlowExecutionStatus aggregate(Collection<FlowExecution> executions)
           
 

Method Detail

aggregate

FlowExecutionStatus aggregate(Collection<FlowExecution> executions)
Parameters:
executions - the executions to aggregate
Returns:
a summary status for the whole lot


Copyright © 2013 SpringSource. All Rights Reserved.