Class LogCleanupAsync
java.lang.Object
cn.sinozg.applet.biz.framework.cleanup.LogCleanupAsync
用于清理日志表
- Since:
- 2025-07-21 23:43
- Author:
- xieyubin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> voidlogCleanup(String name, int maxRetries, T params, cn.sinozg.applet.common.function.FunctionException<T, Long> del) 用于清理日志,异步,批量处理
-
Field Details
-
log
private static final org.slf4j.Logger log
-
-
Constructor Details
-
LogCleanupAsync
public LogCleanupAsync()
-
-
Method Details