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.

is-daemon

boolean

true

Is daemon of the thread pool executor.

should-prestart

boolean

true

Whether to prestart core threads in this thread pool executor.

thread-name-prefix

string

helidon-

Name prefix for threads in this thread pool executor.