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