public class CustomRejectionPolicy extends Object implements RejectedExecutionHandler
| Constructor and Description |
|---|
CustomRejectionPolicy(String rejection_policy) |
| Modifier and Type | Method and Description |
|---|---|
void |
rejectedExecution(Runnable r,
ThreadPoolExecutor executor) |
public static final String NAME
public CustomRejectionPolicy(String rejection_policy)
public void rejectedExecution(Runnable r, ThreadPoolExecutor executor)
rejectedExecution in interface RejectedExecutionHandlerCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.