![JAR search and dependency download from the Maven repository](/logo.png)
java.util.concurrent.RejectedExecutionHandler Maven / Gradle / Ivy
package java.util.concurrent;
public interface RejectedExecutionHandler {
void rejectedExecution(Runnable r, ThreadPoolExecutor executor);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy