{
"operation-name" : "add",
"description" : "Adds a thread factory",
"request-properties" : {
"group-name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Specifies the name of a thread group to create for this thread factory.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"priority" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "May be used to specify the thread priority of created threads.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min" : 1,
"max" : 10,
"stability" : "default"
},
"thread-name-pattern" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The template used to create names for threads. The following patterns may be used:\n\t%% - emit a percent sign\n\t%t - emit the per-factory thread sequence number\n\t%g - emit the global thread sequence number\n\t%f - emit the factory sequence number\n\t%i - emit the thread ID.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}