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 classThreadPoolConfig.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 classGenerated 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 ThreadPoolConfigThreadPoolConfig.create()Create a new instance with default values.static ThreadPoolConfigCreate a new instance from configuration.ThreadPoolSupplier.prototype()Methods in io.helidon.common.configurable with parameters of type ThreadPoolConfigModifier and TypeMethodDescriptionstatic ThreadPoolConfig.BuilderThreadPoolConfig.builder(ThreadPoolConfig instance) Create a new fluent API builder from an existing instance.static ThreadPoolSupplierThreadPoolSupplier.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.