Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
core-threads | INT | false | true | The core thread pool size which is smaller than the maximum pool size. If undefined, the core thread pool size is the same as the maximum thread pool size. | |
keepalive-time | OBJECT | false | false | Used to specify the amount of time that pool threads should be kept running when idle; if not specified, threads will run until the executor is shut down. | |
max-threads | INT | true | true | The maximum thread pool size. | |
thread-factory | STRING | false | false | Specifies the name of a specific thread factory to use to create worker threads. If not defined an appropriate default thread factory will be used. |