Interface ItemizedBatchCollector<B,E>

Type Parameters:
E - the type of elements that the batch can store.
All Superinterfaces:
BatchCollector<B>
All Known Subinterfaces:
ItemizedSizedBatchCollector<B,E>
All Known Implementing Classes:
CollectionBatchCollector, ListBatchCollector, SetBatchCollector

@Deprecated public interface ItemizedBatchCollector<B,E> extends BatchCollector<B>
Deprecated.
the functionality available in this package is provided by project Reactor and we recommend to switch to that. @see ReactorUtils
A batch collector that can be populated one item at a time. This means that this collector has an additional method to add elements to the batch.
Author:
brandizi
Date:
23 Nov 2019
  • Method Details