Package com.liferay.portal.kernel.util
Class BatchProcessor<T>
Object
com.liferay.portal.kernel.util.BatchProcessor<T>
- Author:
- Shuyang Zhou
-
Constructor Summary
ConstructorsConstructorDescriptionBatchProcessor
(long batchInterval, int batchSize, Consumer<List<T>> consumer, String name) -
Method Summary
-
Constructor Details
-
BatchProcessor
-
-
Method Details
-
add
-
close
public void close() -
configure
public void configure(long batchInterval, int batchSize)
-