cn.schoolwow.data.thread.work.single.SingleDataThreadHandler Maven / Gradle / Ivy
package cn.schoolwow.data.thread.work.single;
public interface SingleDataThreadHandler {
/**
* 多线程处理列表元素
* */
void handleSingleList(T instance) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy