Class BlockingRejectedExecutionHandler
java.lang.Object
io.prometheus.metrics.exporter.httpserver.BlockingRejectedExecutionHandler
- All Implemented Interfaces:
RejectedExecutionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor)
-
Constructor Details
-
BlockingRejectedExecutionHandler
BlockingRejectedExecutionHandler()
-
-
Method Details
-
rejectedExecution
- Specified by:
rejectedExecutionin interfaceRejectedExecutionHandler
-