{
"operation-name" : "add",
"description" : "Operation adding the grouping handler. Only one grouping handler is allowed.",
"request-properties" : {
"group-timeout" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "How long a group binding will be used, -1 means for ever. Bindings are removed after this wait elapses (valid for both LOCAL and REMOTE handlers).",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : -1,
"unit" : "MILLISECONDS",
"stability" : "default"
},
"grouping-handler-address" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "A reference to a cluster connection and the address it uses.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"reaper-period" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "How often the reaper will be run to check for timed out group bindings (only valid for LOCAL handlers).",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 30000,
"unit" : "MILLISECONDS",
"stability" : "default"
},
"timeout" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "How long to wait for a handling decision to be made; an exception will be thrown during the send if this timeout is reached, ensuring that strict ordering is kept.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 5000,
"unit" : "MILLISECONDS",
"stability" : "default"
},
"type" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Whether the handler is the single \"Local\" handler for the cluster, which makes handling decisions, or a \"Remote\" handler which converses with the local handler.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"allowed" : [
"LOCAL",
"REMOTE"
],
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}