Interface BatchProcessor.BatchHandler<T>

Enclosing class:
BatchProcessor<T>

public static interface BatchProcessor.BatchHandler<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • processBatch

      void processBatch(Collection<T> entries)