Uses of Class
io.helidon.common.configurable.ScheduledThreadPoolConfig.Builder
Packages that use ScheduledThreadPoolConfig.Builder
-
Uses of ScheduledThreadPoolConfig.Builder in io.helidon.common.configurable
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 ScheduledThreadPoolSupplier
ScheduledThreadPoolSupplier.create
(Consumer<ScheduledThreadPoolConfig.Builder> consumer) Create a new instance customizing its configuration.