io.helidon.common.configurable.ScheduledThreadPoolSupplier
Description
Supplier of a custom scheduled thread pool
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
core-pool-size | Integer | 16 | Core pool size of the thread pool executor |
prestart | Boolean | false | Whether to prestart core threads in this thread pool executor |
thread-name-prefix | String | helidon- | Name prefix for threads in this thread pool executor |
virtual-threads | Boolean | When configured to true, an unbounded virtual executor service (project Loom) will be used | |
is-daemon | Boolean | true | Is daemon of the thread pool executor |
See the manifest for all available types.