public class IgnoreShutdownRejectedExecutionHandler extends Object implements RejectedExecutionHandler
shutdown
. Otherwise, RejectedExecutionException
is thrown.Constructor and Description |
---|
IgnoreShutdownRejectedExecutionHandler() |
IgnoreShutdownRejectedExecutionHandler(org.slf4j.Logger logger) |
Modifier and Type | Method and Description |
---|---|
void |
rejectedExecution(Runnable r,
ThreadPoolExecutor executor) |
public IgnoreShutdownRejectedExecutionHandler()
public IgnoreShutdownRejectedExecutionHandler(@Nullable org.slf4j.Logger logger)
public void rejectedExecution(Runnable r, ThreadPoolExecutor executor)
rejectedExecution
in interface RejectedExecutionHandler
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.