{
"operation-name" : "add",
"description" : "Adds a thread pool executor.",
"request-properties" : {
"keepalive-time" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "Used to specify the amount of milliseconds that pool threads should be kept running when idle; if not specified, threads will run until the executor is shut down.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 60000,
"unit" : "MILLISECONDS",
"min" : 0,
"max" : 9223372036854775807,
"stability" : "default"
},
"min-threads" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "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.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 1,
"min" : 0,
"max" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}