Interface SizedBatchCollector<B>

All Superinterfaces:
BatchCollector<B>
All Known Subinterfaces:
ItemizedSizedBatchCollector<B,E>
All Known Implementing Classes:
AbstractSizedBatchCollector, CollectionBatchCollector, ListBatchCollector, SetBatchCollector

@Deprecated public interface SizedBatchCollector<B> 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 such that the batch ready flag can be based on a batch size and a max size parameter.
Author:
brandizi
Date:
23 Nov 2019