public interface StepExecutionAggregator
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate(StepExecution result,
Collection<StepExecution> executions)
Take the inputs and aggregate, putting the aggregates into the result.
|
void aggregate(StepExecution result, Collection<StepExecution> executions)
result - the result to overwriteexecutions - the inputsCopyright © 2014. All rights reserved.