public class OfferRejectedExecutionHandler extends Object implements RejectedExecutionHandler
| Constructor and Description |
|---|
OfferRejectedExecutionHandler(Duration duration) |
OfferRejectedExecutionHandler(long timeout,
TimeUnit timeUnit) |
public OfferRejectedExecutionHandler(Duration duration)
public OfferRejectedExecutionHandler(long timeout,
TimeUnit timeUnit)
public void rejectedExecution(Runnable r, ThreadPoolExecutor tpe)
rejectedExecution in interface RejectedExecutionHandlerCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.