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 forThreadPoolConfig.Classes in io.helidon.common.configurable that implement ThreadPoolConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type ThreadPoolConfig in io.helidon.common.configurableClasses in io.helidon.common.configurable that implement interfaces with type arguments of type ThreadPoolConfigModifier and TypeClassDescriptionfinal classSupplier of a custom thread pool.Methods in io.helidon.common.configurable that return ThreadPoolConfigModifier and TypeMethodDescriptionThreadPoolConfig.Builder.buildPrototype()Create an instance of the prototype.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.