perf:过程日志改造
This commit is contained in:
@@ -6,13 +6,12 @@ public interface ProcessImportConsumer<T> {
|
||||
|
||||
|
||||
/**
|
||||
* 处理数据
|
||||
* 分批处理
|
||||
*
|
||||
* @param list
|
||||
* @param <T>
|
||||
* @return 返回成功的数量
|
||||
*/
|
||||
int accept(List<T> list);
|
||||
int batchHandler(List<T> list);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user