public class DiscardPolicy extends Object implements RejectedExecutionHandler
ThreadPoolExecutor.DiscardPolicy
.ThreadPoolExecutor.DiscardPolicy
Constructor and Description |
---|
DiscardPolicy() |
public void rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor)
rejectedExecution
in interface RejectedExecutionHandler
ThreadPoolExecutor.DiscardPolicy.rejectedExecution(
Runnable, java.util.concurrent.ThreadPoolExecutor)