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