Interface ThrottlingAggregator.Callback<T>
-
- Enclosing class:
- ThrottlingAggregator<T>
public static interface ThrottlingAggregator.Callback<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleDelivery(java.util.List<T> items)
-
-
-
Method Detail
-
handleDelivery
void handleDelivery(java.util.List<T> items)
-
-