Class BlockingRejectedExecutionHandler
java.lang.Object
org.antublue.test.engine.internal.util.BlockingRejectedExecutionHandler
- All Implemented Interfaces:
RejectedExecutionHandler
Class to implement BlockingRejectedExecutionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrejectedExecution(Runnable runnable, ThreadPoolExecutor executor)
-
Constructor Details
-
BlockingRejectedExecutionHandler
public BlockingRejectedExecutionHandler()
-
-
Method Details
-
rejectedExecution
- Specified by:
rejectedExecutionin interfaceRejectedExecutionHandler
-