com.github.bingoohuang.westcache.batch.BatcherJob Maven / Gradle / Ivy
package com.github.bingoohuang.westcache.batch;
import java.util.List;
/**
* @author bingoohuang [[email protected]] Created on 2017/1/20.
*/
public interface BatcherJob {
/**
* do batch job with multiple arguments.
*
* @param batchArgs multiple arguments
* @return multiple results
*/
List doBatchJob(List batchArgs);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy