Uses of Interface
io.helidon.common.configurable.ThreadPoolConfig
-
Uses of ThreadPoolConfig in io.helidon.common.configurable
Modifier and TypeClassDescriptionstatic class
ThreadPoolConfig.BuilderBase<BUILDER extends ThreadPoolConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ThreadPoolConfig> Fluent API builder base forThreadPoolSupplier
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier 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()
Modifier 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.