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