The configuration of a jgroups protocol stack.
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| transport | OBJECT | false | false | The configuration of a transport for a protocol stack. | |
| protocols | LIST | false | false | The list of configured protocols for a protocol stack. |
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| type | STRING | true | false | The implementation class for a protocol, which determines protocol functionality. | |
| socket-binding | STRING | false | false | The socket binding specification for this protocol layer, used to specify IP interfaces and ports for communication. | |
| properties | LIST | false | false | A list of properties for a protocol layer. Used to customize protocol behaviour. |
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| type | STRING | true | false | The implementation class for a protocol, which determines protocol functionality. |