Uses of Class
io.helidon.common.configurable.ScheduledThreadPoolSupplier.Builder
Packages that use ScheduledThreadPoolSupplier.Builder
-
Uses of ScheduledThreadPoolSupplier.Builder in io.helidon.common.configurable
Methods in io.helidon.common.configurable that return ScheduledThreadPoolSupplier.BuilderModifier and TypeMethodDescriptionScheduledThreadPoolSupplier.builder()
Create a new fluent API builder to build thread pool supplier.Load all properties for this thread pool executor from configuration.ScheduledThreadPoolSupplier.Builder.corePoolSize
(int corePoolSize) Core pool size of the thread pool executor.ScheduledThreadPoolSupplier.Builder.daemon
(boolean daemon) Is daemon of the thread pool executor.ScheduledThreadPoolSupplier.Builder.prestart
(boolean prestart) Whether to prestart core threads in this thread pool executor.ScheduledThreadPoolSupplier.Builder.threadNamePrefix
(String threadNamePrefix) Name prefix for threads in this thread pool executor.