Interface ItemizedSizedBatchCollector<B,E>

All Superinterfaces:
BatchCollector<B>, ItemizedBatchCollector<B,E>, SizedBatchCollector<B>
All Known Implementing Classes:
CollectionBatchCollector, ListBatchCollector, SetBatchCollector

@Deprecated public interface ItemizedSizedBatchCollector<B,E> extends ItemizedBatchCollector<B,E>, SizedBatchCollector<B>
Deprecated.
the functionality available in this package is provided by project Reactor and we recommend to switch to that. @see ReactorUtils
A common type of batch collector which manages a flow of items as input and which considers the batch full when it has accumulated a given number of items.
Author:
brandizi
Date:
23 Nov 2019