Uses of Class
io.helidon.common.configurable.ThreadPool.RejectionHandler
-
Packages that use ThreadPool.RejectionHandler Package Description io.helidon.common.configurable General utilities that useConfig
. -
-
Uses of ThreadPool.RejectionHandler in io.helidon.common.configurable
Methods in io.helidon.common.configurable that return ThreadPool.RejectionHandler Modifier and Type Method Description ThreadPool.RejectionHandler
ThreadPool. getRejectedExecutionHandler()
Methods in io.helidon.common.configurable with parameters of type ThreadPool.RejectionHandler Modifier and Type Method Description ThreadPoolSupplier.Builder
ThreadPoolSupplier.Builder. rejectionHandler(ThreadPool.RejectionHandler rejectionHandler)
Rejection policy of the thread pool executor.
-