this(endpoint, processor, new DefaultAggregationCollection(correlationExpression, aggregationStrategy));
}
public Aggregator(Endpoint endpoint, Processor processor, Expression correlationExpression,
AggregationStrategy aggregationStrategy, Predicate aggregationCompletedPredicate) {
this(endpoint, processor, new PredicateAggregationCollection(correlationExpression, aggregationStrategy, aggregationCompletedPredicate));
this.aggregationCompletedPredicate = aggregationCompletedPredicate;
}