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 forScheduledThreadPoolConfig.Classes in io.helidon.common.configurable that implement ScheduledThreadPoolConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type ScheduledThreadPoolConfig in io.helidon.common.configurableModifier and TypeClassDescriptionstatic classFluent API builder forScheduledThreadPoolSupplier.Classes in io.helidon.common.configurable that implement interfaces with type arguments of type ScheduledThreadPoolConfigModifier and TypeClassDescriptionfinal classSupplier of a custom scheduled thread pool.Methods in io.helidon.common.configurable that return ScheduledThreadPoolConfigModifier and TypeMethodDescriptionScheduledThreadPoolConfig.Builder.buildPrototype()Create an instance of the prototype.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.