A broadcast group is the means by which a server broadcasts connectors over the network.
| Attribute | Value | 
|---|---|
| Default Value | 2000 | 
| Type | LONG | 
| Nillable | true | 
| Expressions Allowed | true | 
| Unit | MILLISECONDS | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Type | LIST | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| broadcast-period | LONG | false | true | 2000 | The period in milliseconds between consecutive broadcasts. | 
| connectors | LIST | true | false | Specifies the names of connectors that will be broadcast. | |
| jgroups-channel | STRING | false | false | References the name of a JGroups channel. If undefined, the default channel will be used. | |
| jgroups-cluster | STRING | false | false | The logical cluster name. | |
| jgroups-stack | STRING | false | false | References the name of a JGroups channel factory. | |
| socket-binding | STRING | false | false | The broadcast group socket binding. | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| name | STRING | true | false | Name of list attribute to add entry to | |
| value | STRING | false | false | Value to add to list | |
| index | INT | false | false | Optional 0 based index where to insert value to | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| name | STRING | true | false | Name of list attribute | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| name | STRING | true | false | Name of list attribute | |
| index | INT | false | false | Index entry to get | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| name | STRING | true | false | Name of list attribute to remove entry from | |
| value | STRING | false | false | Value remove from list | |
| index | INT | false | false | Optional 0 based index to tell what element to remove | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| name | STRING | true | false | Name of list attribute | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| name | STRING | true | false | Name of map attribute | |
| key | STRING | true | false | Key of entry to return | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| name | STRING | true | false | Name of map attribute to add entry to | |
| key | STRING | true | false | Key under which value will be added | |
| value | STRING | false | false | Value to be added | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| name | STRING | true | false | Name of map attribute | |
| key | STRING | true | false | Key of entry to remove |