public interface RejectedExecutionHandler
java.util.concurrent.ThreadPoolExecutor.RejectedExecutionHandler.java.util.concurrent.ThreadPoolExecutor.RejectedExecutionHandler| Modifier and Type | Method and Description |
|---|---|
void |
rejectedExecution(java.lang.Runnable runnable,
ThreadPoolExecutor threadPoolExecutor) |
void rejectedExecution(java.lang.Runnable runnable,
ThreadPoolExecutor threadPoolExecutor)
java.util.concurrent.ThreadPoolExecutor.RejectedExecutionHandler#rejectedExecution(
Runnable, java.util.concurrent.ThreadPoolExecutor)