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