Package | Description |
---|---|
com.solace.messaging |
A root API package that contains interfaces and classes for developing Java applications using
Solace PubSub Messaging Java Client
|
com.solace.messaging.config |
A package of interfaces to configure PubSub+ messages, receivers, and publishers.
|
Modifier and Type | Class and Description |
---|---|
class |
MessagingServiceClientBuilder
A class to configure and build
MessagingService instances. |
Modifier and Type | Method and Description |
---|---|
LocalServiceConfiguration |
LocalServiceConfiguration.local()
Creates a service configuration for connection to default VPN on a local-hosted broker, using
non-secure TCP port 55555.
|
LocalServiceConfiguration |
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 |
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 |
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 |
LocalServiceConfiguration.localTLS()
Creates a service configuration for connection to default VPN on a local-hosted broker, using
secure TCP port 55443.
|
LocalServiceConfiguration |
LocalServiceConfiguration.localTLS(int port)
Creates a service configuration for connection to default VPN on a local-hosted broker, using
given secure TCP port.
|
LocalServiceConfiguration |
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 |
LocalServiceConfiguration.localTLS(String protocol,
String vpnName)
Creates a service configuration for connection to defined VPN on a local-hosted broker, using protocol
default port.
|
Copyright 2019-2024 Solace Corporation. All rights reserved.