Uses of Interface
io.helidon.common.configurable.ScheduledThreadPoolConfig
Packages that use ScheduledThreadPoolConfig
-
Uses of ScheduledThreadPoolConfig in io.helidon.common.configurable
Classes in io.helidon.common.configurable with type parameters of type ScheduledThreadPoolConfigModifier and TypeClassDescriptionstatic class
ScheduledThreadPoolConfig.BuilderBase<BUILDER extends ScheduledThreadPoolConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ScheduledThreadPoolConfig> Fluent API builder base forScheduledThreadPoolSupplier
.Classes in io.helidon.common.configurable that implement ScheduledThreadPoolConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.common.configurable that return ScheduledThreadPoolConfigModifier and TypeMethodDescriptionScheduledThreadPoolConfig.Builder.buildPrototype()
static ScheduledThreadPoolConfig
ScheduledThreadPoolConfig.create()
Create a new instance with default values.static ScheduledThreadPoolConfig
Create a new instance from configuration.ScheduledThreadPoolSupplier.prototype()
Methods in io.helidon.common.configurable with parameters of type ScheduledThreadPoolConfigModifier and TypeMethodDescriptionScheduledThreadPoolConfig.builder
(ScheduledThreadPoolConfig instance) Create a new fluent API builder from an existing instance.static ScheduledThreadPoolSupplier
ScheduledThreadPoolSupplier.create
(ScheduledThreadPoolConfig config) Create a new instance from programmatic configuration.ScheduledThreadPoolConfig.BuilderBase.from
(ScheduledThreadPoolConfig prototype) Update this builder from an existing prototype instance.