public interface StepExecutionAggregator
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate(StepExecution result,
java.util.Collection<StepExecution> executions)
Take the inputs and aggregate, putting the aggregates into the result.
|
void aggregate(StepExecution result, java.util.Collection<StepExecution> executions)
result - the result to overwriteexecutions - the inputs