Class ListBasedBatchProcessor<E,BJ extends Consumer<List<E>>>


@Deprecated public abstract class ListBasedBatchProcessor<E,BJ extends Consumer<List<E>>> extends CollectionBasedBatchProcessor<E,List<E>,ListBatchCollector<E>,BJ>
Deprecated.
the functionality available in this package is provided by project Reactor and we recommend to switch to that. @see ReactorUtils
  • Constructor Details

    • ListBasedBatchProcessor

      public ListBasedBatchProcessor(BJ batchJob, Supplier<List<E>> batchFactory, int maxBatchSize)
      Deprecated.
    • ListBasedBatchProcessor

      public ListBasedBatchProcessor(BJ batchJob, int maxBatchSize)
      Deprecated.
    • ListBasedBatchProcessor

      public ListBasedBatchProcessor(int maxBatchSize)
      Deprecated.
    • ListBasedBatchProcessor

      public ListBasedBatchProcessor()
      Deprecated.