Configuration options
| key | type | default value | description |
|---|---|---|---|
|
int |
|
Core pool size of the thread pool executor. Defaults to DEFAULT_CORE_POOL_SIZE. |
|
boolean |
|
Is daemon of the thread pool executor. Defaults to DEFAULT_IS_DAEMON. |
|
boolean |
|
Whether to prestart core threads in this thread pool executor. Defaults to DEFAULT_PRESTART. |
|
string |
|
Name prefix for threads in this thread pool executor. Defaults to DEFAULT_THREAD_NAME_PREFIX. |
|
boolean |
|
When configured to If enabled, all other configuration options of this executor service are ignored! |