{
"operation-name" : "add",
"description" : "Add a broadcast group.",
"request-properties" : {
"broadcast-period" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "The period in milliseconds between consecutive broadcasts.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 2000,
"unit" : "MILLISECONDS",
"stability" : "default"
},
"connectors" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "Specifies the names of connectors that will be broadcast.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
},
"jgroups-channel" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "References the name of a JGroups channel. If undefined, the default channel will be used.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"requires" : ["jgroups-cluster"],
"capability-reference" : "org.wildfly.clustering.server.command-dispatcher-factory",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"jgroups-cluster" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The logical cluster name.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"jgroups-stack" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "References the name of a JGroups channel factory.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"requires" : ["jgroups-cluster"],
"capability-reference" : "org.wildfly.clustering.jgroups.channel-factory",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"deprecated" : {
"since" : "3.0.0",
"reason" : "Deprecated. Use jgroups-channel instead."
}
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}