Skip to content

io.helidon.common.configurable.ScheduledThreadPoolSupplier

Description

Supplier of a custom scheduled thread pool

Configuration options

KeyTypeDefaultDescription
core-pool-sizeInteger16Core pool size of the thread pool executor
prestartBooleanfalseWhether to prestart core threads in this thread pool executor
thread-name-prefixStringhelidon-Name prefix for threads in this thread pool executor
virtual-threadsBooleanWhen configured to true, an unbounded virtual executor service (project Loom) will be used
is-daemonBooleantrueIs daemon of the thread pool executor

See the manifest for all available types.