Package | Description |
---|---|
com.pushtechnology.diffusion.client |
Client API.
|
com.pushtechnology.diffusion.client.features.control |
Client API : Control Features.
|
Modifier and Type | Method and Description |
---|---|
static RemoteServers.RemoteServer.Builder |
Diffusion.newRemoteServerBuilder()
Deprecated.
since 6.9
This method may only be used to create an old style builder
for secondary initiators. The newer
|
RemoteServers.RemoteServer.Builder |
Diffusion.Implementation.newRemoteServerBuilder() |
Modifier and Type | Method and Description |
---|---|
RemoteServers.RemoteServer.Builder |
RemoteServers.RemoteServer.Builder.connectionOption(RemoteServers.RemoteServer.ConnectionOption connectionOption,
String value)
Deprecated.
Specifies a single connection option.
|
RemoteServers.RemoteServer.Builder |
RemoteServers.RemoteServer.Builder.connectionOptions(Map<RemoteServers.RemoteServer.ConnectionOption,String> connectionOptions)
Deprecated.
Specifies a map of
RemoteServers.RemoteServer.ConnectionOption settings. |
RemoteServers.RemoteServer.Builder |
RemoteServers.RemoteServer.Builder.credentials(Credentials credentials)
Deprecated.
Specifies the credentials to use when connecting to the primary
server.
|
RemoteServers.RemoteServer.Builder |
RemoteServers.RemoteServer.Builder.missingTopicNotificationFilter(String filter)
Deprecated.
Specifies a topic selector expression which will filter missing
topic notifications propagated from secondary to primary server.
|
RemoteServers.RemoteServer.Builder |
RemoteServers.RemoteServer.Builder.principal(String principal)
Deprecated.
Specifies the name of a principal used by the remote server to
connect to the primary server.
|
RemoteServers.RemoteServer.Builder |
RemoteServers.RemoteServer.Builder.reset()
Deprecated.
Reset the builder.
|
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.