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