Interface ReactiveAggregationOperation.AggregationOperationWithAggregation<T>
- All Known Subinterfaces:
ReactiveAggregationOperation.ReactiveAggregation<T>
- Enclosing interface:
ReactiveAggregationOperation
public static interface ReactiveAggregationOperation.AggregationOperationWithAggregation<T>
Define the aggregation with pipeline stages.
- Since:
- 2.0
- Author:
- Mark Paluch, Christoph Strobl
-
Method Summary
-
Method Details
-
by
Set the aggregation to be used.- Parameters:
aggregation- must not be null.- Returns:
- new instance of
ReactiveAggregationOperation.TerminatingAggregationOperation. Never null. - Throws:
IllegalArgumentException- if aggregation is null.
-