ScheduledThreadPoolSupplier (common.configurable) Configuration

Type: io.helidon.common.configurable.ScheduledThreadPoolSupplier

Configuration options

Optional configuration options
keytypedefault valuedescription
core-pool-size

int

16

Core pool size of the thread pool executor. Defaults to 16.

is-daemon

boolean

true

Is daemon of the thread pool executor. Defaults to true.

prestart

boolean

false

Whether to prestart core threads in this thread pool executor. Defaults to false.

thread-name-prefix

string

helidon-

Name prefix for threads in this thread pool executor. Defaults to helidon-.

virtual-threads

boolean

 

When configured to true, an unbounded virtual executor service (project Loom) will be used.

If enabled, all other configuration options of this executor service are ignored!