Uses of Class
io.helidon.common.configurable.ThreadPoolConfig.Builder
-
Uses of ThreadPoolConfig.Builder in io.helidon.common.configurable
Modifier and TypeMethodDescriptionstatic ThreadPoolConfig.Builder
ServerThreadPoolSupplier.builder()
Create a new fluent API builder to build a thread pool supplier.static ThreadPoolConfig.Builder
ThreadPoolConfig.builder()
Create a new fluent API builder to customize configuration.static ThreadPoolConfig.Builder
ThreadPoolConfig.builder
(ThreadPoolConfig instance) Create a new fluent API builder from an existing instance.static ThreadPoolConfig.Builder
ThreadPoolSupplier.builder()
Create a new fluent API builder to build thread pool supplier.Modifier and TypeMethodDescriptionstatic ThreadPoolSupplier
ThreadPoolSupplier.create
(Consumer<ThreadPoolConfig.Builder> consumer) Create a new thread pool supplier customizing its configuration.