Attributes Summary | |
minimumSize : int | The minimum number of threads to allow in the pool. |
maximumSize : int | The maximum number of threads to allow in the pool. |
inactivityTimeout : int | The period of time in milliseconds after which a thread should be reclaimed due to inactivity. |
isGrowable : boolean | Allows the number of threads to increase beyond the maximum size configured for the thread pool. |
name : String | @since 6. |
description : String | The description of the thread pool. |
customProperties : Property * |
Attribute Details |