org.nassimus.thread.BufferedBatchCallable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of FlowControl Show documentation
Show all versions of FlowControl Show documentation
Powerful Thread Pool Executor with Flow Control and BatchBuffer execution
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