Class AggregateConsumer<T>
java.lang.Object
dev.getelements.elements.rt.routing.AggregateConsumer<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
Consumer<T>
-
Constructor Summary
ConstructorsConstructorDescriptionAggregateConsumer
(Consumer<T> delegate, int expected, Supplier<T> initalSupplier, BinaryOperator<T> aggregator) -
Method Summary