Uses of Interface
io.helidon.common.configurable.ThreadPoolConfig
Packages that use ThreadPoolConfig
-
Uses of ThreadPoolConfig in io.helidon.common.configurable
Classes in io.helidon.common.configurable with type parameters of type ThreadPoolConfigModifier and TypeClassDescriptionstatic class
ThreadPoolConfig.BuilderBase<BUILDER extends ThreadPoolConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ThreadPoolConfig> Fluent API builder base forThreadPoolSupplier
.Classes in io.helidon.common.configurable that implement ThreadPoolConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.common.configurable that return ThreadPoolConfigModifier and TypeMethodDescriptionThreadPoolConfig.Builder.buildPrototype()
static ThreadPoolConfig
ThreadPoolConfig.create()
Create a new instance with default values.static ThreadPoolConfig
Create a new instance from configuration.ThreadPoolSupplier.prototype()
Methods in io.helidon.common.configurable with parameters of type ThreadPoolConfigModifier and TypeMethodDescriptionstatic ThreadPoolConfig.Builder
ThreadPoolConfig.builder
(ThreadPoolConfig instance) Create a new fluent API builder from an existing instance.static ThreadPoolSupplier
ThreadPoolSupplier.create
(ThreadPoolConfig config) Create a new thread pool supplier based on its configuration.ThreadPoolConfig.BuilderBase.from
(ThreadPoolConfig prototype) Update this builder from an existing prototype instance.