public class OfferRejectedExecutionHandler
extends java.lang.Object
implements java.util.concurrent.RejectedExecutionHandler
| Constructor and Description | 
|---|
OfferRejectedExecutionHandler(Duration duration)  | 
OfferRejectedExecutionHandler(long timeout,
                             java.util.concurrent.TimeUnit timeUnit)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
rejectedExecution(java.lang.Runnable r,
                 java.util.concurrent.ThreadPoolExecutor tpe)  | 
public OfferRejectedExecutionHandler(Duration duration)
public OfferRejectedExecutionHandler(long timeout,
                                     java.util.concurrent.TimeUnit timeUnit)