Interface ThrottlingAggregator.Callback<T>

Enclosing class:
ThrottlingAggregator<T>

public static interface ThrottlingAggregator.Callback<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • handleDelivery

      void handleDelivery(List<T> items)