Uses of Class
io.helidon.common.configurable.ThreadPoolConfig.Builder
Packages that use ThreadPoolConfig.Builder
-
Uses of ThreadPoolConfig.Builder in io.helidon.common.configurable
Subclasses with type arguments of type ThreadPoolConfig.Builder in io.helidon.common.configurableClasses in io.helidon.common.configurable that implement interfaces with type arguments of type ThreadPoolConfig.BuilderMethods in io.helidon.common.configurable that return ThreadPoolConfig.BuilderModifier and TypeMethodDescriptionstatic ThreadPoolConfig.BuilderServerThreadPoolSupplier.builder()Create a new fluent API builder to build a thread pool supplier.static ThreadPoolConfig.BuilderThreadPoolConfig.builder()Create a new fluent API builder to customize configuration.static ThreadPoolConfig.BuilderThreadPoolConfig.builder(ThreadPoolConfig instance) Create a new fluent API builder from an existing instance.static ThreadPoolConfig.BuilderThreadPoolSupplier.builder()Create a new fluent API builder to build thread pool supplier.Method parameters in io.helidon.common.configurable with type arguments of type ThreadPoolConfig.BuilderModifier and TypeMethodDescriptionstatic ThreadPoolSupplierThreadPoolSupplier.create(Consumer<ThreadPoolConfig.Builder> consumer) Create a new thread pool supplier customizing its configuration.