public static class BlockingThreadPoolExecutor.BlockingExecutionHandler extends Object implements RejectedExecutionHandler
| Constructor and Description |
|---|
BlockingExecutionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
rejectedExecution(Runnable task,
ThreadPoolExecutor executor) |
public void rejectedExecution(Runnable task, ThreadPoolExecutor executor)
rejectedExecution in interface RejectedExecutionHandlerCopyright © 2021. All rights reserved.