static SingleMasterChannelEndpointConfiguration.Builder |
SingleMasterChannelEndpointConfiguration.builder() |
|
SingleMasterChannelEndpointConfiguration.Builder |
SingleMasterChannelEndpointConfiguration.Builder.protocols(Collection<ChannelProtocol> protocols) |
This property is used to determine the nature of communication over this SINGLE_MASTER signaling
channel.
|
SingleMasterChannelEndpointConfiguration.Builder |
SingleMasterChannelEndpointConfiguration.Builder.protocols(ChannelProtocol... protocols) |
This property is used to determine the nature of communication over this SINGLE_MASTER signaling
channel.
|
SingleMasterChannelEndpointConfiguration.Builder |
SingleMasterChannelEndpointConfiguration.Builder.protocolsWithStrings(String... protocols) |
This property is used to determine the nature of communication over this SINGLE_MASTER signaling
channel.
|
SingleMasterChannelEndpointConfiguration.Builder |
SingleMasterChannelEndpointConfiguration.Builder.protocolsWithStrings(Collection<String> protocols) |
This property is used to determine the nature of communication over this SINGLE_MASTER signaling
channel.
|
SingleMasterChannelEndpointConfiguration.Builder |
SingleMasterChannelEndpointConfiguration.Builder.role(String role) |
This property is used to determine messaging permissions in this SINGLE_MASTER signaling
channel.
|
SingleMasterChannelEndpointConfiguration.Builder |
SingleMasterChannelEndpointConfiguration.Builder.role(ChannelRole role) |
This property is used to determine messaging permissions in this SINGLE_MASTER signaling
channel.
|
SingleMasterChannelEndpointConfiguration.Builder |
SingleMasterChannelEndpointConfiguration.toBuilder() |
|