All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.yuyenews.concurrent.processing.collection.ConcurrentCollectionRunner Maven / Gradle / Ivy

The newest version!
package com.github.yuyenews.concurrent.processing.collection;

/**
 * 执行器,每次执行一条数据
 * @param 
 */
public interface ConcurrentCollectionRunner {

    void run(T t) throws Throwable;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy