@ProviderType
public interface LocalServiceConfiguration
Modifier and Type | Method and Description |
---|---|
LocalServiceConfiguration |
local()
Creates a service configuration for connection to default VPN on a local-hosted broker, using
non-secure TCP port 55555.
|
LocalServiceConfiguration |
local(int port)
Creates a service configuration for connection to default VPN on a local-hosted broker, using
given non-secure TCP port.
|
LocalServiceConfiguration |
local(String vpnName,
int port)
Creates a service configuration for connection to defined VPN on a local hosted broker, using
given non-secure TCP port.
|
LocalServiceConfiguration |
local(String protocol,
String vpnName)
Creates a service configuration for connection to defined VPN on a local-hosted broker, using
given non-secure TCP port.
|
LocalServiceConfiguration |
localTLS()
Creates a service configuration for connection to default VPN on a local-hosted broker, using
secure TCP port 55443.
|
LocalServiceConfiguration |
localTLS(int port)
Creates a service configuration for connection to default VPN on a local-hosted broker, using
given secure TCP port.
|
LocalServiceConfiguration |
localTLS(String vpnName,
int port)
Creates a service configuration for connection to defined VPN on a local-hosted broker, using
given secure TCP port.
|
LocalServiceConfiguration |
localTLS(String protocol,
String vpnName)
Creates a service configuration for connection to defined VPN on a local-hosted broker, using protocol
default port.
|
LocalServiceConfiguration local()
LocalServiceConfiguration local(int port)
port
- the port to connect toLocalServiceConfiguration local(String vpnName, int port)
vpnName
- the name of the Message VPN to attempt to join when connecting to the applianceport
- the port to connect toLocalServiceConfiguration local(String protocol, String vpnName)
protocol
- the protocol to connect to, valid values are "tcp" and "ws"vpnName
- the name of the Message VPN to attempt to join when connecting to the applianceLocalServiceConfiguration localTLS()
LocalServiceConfiguration localTLS(int port)
port
- the port to connect toLocalServiceConfiguration localTLS(String vpnName, int port)
vpnName
- the name of the Message VPN to attempt to join when connecting to the applianceport
- the port to connect toLocalServiceConfiguration localTLS(String protocol, String vpnName)
protocol
- the protocol to connect to, valid values are "tcp" and "ws"vpnName
- the name of the Message VPN to attempt to join when connecting to the applianceCopyright 2019-2024 Solace Corporation. All rights reserved.