Class AggregatorBase<Input, Output, ChildOutput>

java.lang.Object
org.chenile.orchestrator.process.utils.base.AggregatorBase<Input, Output, ChildOutput>
Type Parameters:
Input - - The process.input
Output - - The process.output
All Implemented Interfaces:
IWorker<Input>

public abstract class AggregatorBase<Input, Output, ChildOutput> extends Object implements IWorker<Input>
Unify all the children's outputs and make one consolidated output for the current process