Class BlockingRejectedExecutionHandler
java.lang.Object
org.infinispan.commons.util.concurrent.BlockingRejectedExecutionHandler
- All Implemented Interfaces:
RejectedExecutionHandler
A handler for rejected tasks that runs the task if the current thread is a blocking thread otherwise it
rejects the task.
- Since:
- 10.1
- Author:
- wburns
-
Method Summary
Modifier and TypeMethodDescriptionvoid
rejectedExecution
(Runnable r, ExecutorService executor) void
rejectedExecution
(Runnable r, ThreadPoolExecutor executor)
-
Method Details
-
getInstance
-
rejectedExecution
- Specified by:
rejectedExecution
in interfaceRejectedExecutionHandler
-
rejectedExecution
-