com.github.yuyenews.concurrent.processing.map.ConcurrentMapGroupRunner Maven / Gradle / Ivy
The newest version!
package com.github.yuyenews.concurrent.processing.map;
import java.util.Map;
/**
* 执行器,每次执行一组数据
* @param
*/
public interface ConcurrentMapGroupRunner {
void run(Map item) throws Throwable;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy