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

com.magic.processing.concurrent.collection.ConcurrentCollectionRunner Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package com.magic.processing.concurrent.collection;

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

    void run(T t) throws Throwable;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy