Uses of Class
io.helidon.common.configurable.ScheduledThreadPoolConfig.Builder
Packages that use ScheduledThreadPoolConfig.Builder
-
Uses of ScheduledThreadPoolConfig.Builder in io.helidon.common.configurable
Subclasses with type arguments of type ScheduledThreadPoolConfig.Builder 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 ScheduledThreadPoolConfig.BuilderModifier and TypeClassDescriptionstatic classFluent API builder forScheduledThreadPoolSupplier.Methods in io.helidon.common.configurable that return ScheduledThreadPoolConfig.BuilderModifier and TypeMethodDescriptionScheduledThreadPoolConfig.builder()Create a new fluent API builder to customize configuration.ScheduledThreadPoolConfig.builder(ScheduledThreadPoolConfig instance) Create a new fluent API builder from an existing instance.ScheduledThreadPoolSupplier.builder()Create a new fluent API builder to build thread pool supplier.Method parameters in io.helidon.common.configurable with type arguments of type ScheduledThreadPoolConfig.BuilderModifier and TypeMethodDescriptionstatic ScheduledThreadPoolSupplierScheduledThreadPoolSupplier.create(Consumer<ScheduledThreadPoolConfig.Builder> consumer) Create a new instance customizing its configuration.