public class NonBlockingRejectedExecutionHandler extends Object implements RejectedExecutionHandler
| Modifier and Type | Method and Description |
|---|---|
static RejectedExecutionHandler |
getInstance() |
void |
rejectedExecution(Runnable r,
ThreadPoolExecutor executor) |
public static RejectedExecutionHandler getInstance()
public void rejectedExecution(Runnable r, ThreadPoolExecutor executor)
rejectedExecution in interface RejectedExecutionHandlerCopyright © 2022 JBoss by Red Hat. All rights reserved.