@Component public class BatchExecutor extends Object
BatchExecutor()
<T> void
batchExecute(boolean useThreadPool, List<T> data, Consumer<List<T>> consumer)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BatchExecutor()
public <T> void batchExecute(boolean useThreadPool, List<T> data, Consumer<List<T>> consumer)
T
data
consumer
useThreadPool
Copyright © 2021. All rights reserved.