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 classScheduledThreadPoolConfig.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 classGenerated 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 ScheduledThreadPoolConfigScheduledThreadPoolConfig.create()Create a new instance with default values.static ScheduledThreadPoolConfigCreate 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 ScheduledThreadPoolSupplierScheduledThreadPoolSupplier.create(ScheduledThreadPoolConfig config) Create a new instance from programmatic configuration.ScheduledThreadPoolConfig.BuilderBase.from(ScheduledThreadPoolConfig prototype) Update this builder from an existing prototype instance.