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

org.nassimus.thread.BufferedBatchCallable Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
package org.nassimus.thread;

import java.util.Collection;
import java.util.Collections;
import java.util.List;

/*
* @author : Nassim MOUALEK
* [email protected]
* */
public interface BufferedBatchCallable  {
    public abstract void call(List batchValues) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy