Description

Supplier of a custom scheduled thread pool.

Usages

Configuration options

KeyKindTypeDefault ValueDescription
core-pool-sizeVALUEInteger16Core pool size of the thread pool executor
is-daemonVALUEBooleantrueIs daemon of the thread pool executor
prestartVALUEBooleanfalseWhether to prestart core threads in this thread pool executor
thread-name-prefixVALUEStringhelidon-Name prefix for threads in this thread pool executor
virtual-threadsVALUEBoolean When configured to true, an unbounded virtual executor service (project Loom) will be used

See the manifest for all available types.