public class MaxValueFlowExecutionAggregator extends java.lang.Object implements FlowExecutionAggregator
FlowExecutionAggregator interface that aggregates
FlowExecutionStatus', using the status with the high precedence as the
aggregate status. See FlowExecutionStatus for details on status
precedence.| Constructor and Description |
|---|
MaxValueFlowExecutionAggregator() |
| Modifier and Type | Method and Description |
|---|---|
FlowExecutionStatus |
aggregate(java.util.Collection<FlowExecution> executions)
Aggregate all of the
FlowExecutionStatuses of the
FlowExecutions into one status. |
public FlowExecutionStatus aggregate(java.util.Collection<FlowExecution> executions)
FlowExecutionStatuses of the
FlowExecutions into one status. The aggregate status will be the
status with the highest precedence.aggregate in interface FlowExecutionAggregatorexecutions - the executions to aggregateFlowExecutionAggregator.aggregate(Collection)