| Package | Description |
|---|---|
| io.helidon.common.configurable |
General utilities that use
Config. |
| Modifier and Type | Method and Description |
|---|---|
static ScheduledThreadPoolSupplier.Builder |
ScheduledThreadPoolSupplier.builder()
Create a new fluent API builder to build thread pool supplier.
|
ScheduledThreadPoolSupplier.Builder |
ScheduledThreadPoolSupplier.Builder.config(Config config)
Load all properties for this thread pool executor from configuration.
|
ScheduledThreadPoolSupplier.Builder |
ScheduledThreadPoolSupplier.Builder.corePoolSize(int corePoolSize)
Core pool size of the thread pool executor.
|
ScheduledThreadPoolSupplier.Builder |
ScheduledThreadPoolSupplier.Builder.daemon(boolean daemon)
Is daemon of the thread pool executor.
|
ScheduledThreadPoolSupplier.Builder |
ScheduledThreadPoolSupplier.Builder.prestart(boolean prestart)
Whether to prestart core threads in this thread pool executor.
|
ScheduledThreadPoolSupplier.Builder |
ScheduledThreadPoolSupplier.Builder.threadNamePrefix(String threadNamePrefix)
Name prefix for threads in this thread pool executor.
|
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.