Uses of Class
io.helidon.common.configurable.ThreadPool.RejectionHandler
Packages that use ThreadPool.RejectionHandler
-
Uses of ThreadPool.RejectionHandler in io.helidon.common.configurable
Methods in io.helidon.common.configurable that return ThreadPool.RejectionHandlerModifier and TypeMethodDescriptionThreadPool.getRejectedExecutionHandler()
ThreadPoolConfig.BuilderBase.rejectionHandler()
Rejection policy of the thread pool executor.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl.rejectionHandler()
Methods in io.helidon.common.configurable with parameters of type ThreadPool.RejectionHandlerModifier and TypeMethodDescriptionThreadPoolConfig.BuilderBase.rejectionHandler
(ThreadPool.RejectionHandler rejectionHandler) Rejection policy of the thread pool executor.