org.wildfly.swarm.config.batch.jberet.ThreadPoolSupplier Maven / Gradle / Ivy
The newest version!
package org.wildfly.swarm.config.batch.jberet;
import java.lang.FunctionalInterface;
@FunctionalInterface
public interface ThreadPoolSupplier {
/**
* Constructed instance of ThreadPool resource
*
* @return The instance
*/
public ThreadPool get();
}