Uses of Interface
com.pushtechnology.diffusion.client.features.control.RemoteServers.RemoteServer.Builder
Packages that use RemoteServers.RemoteServer.Builder
Package
Description
Client API.
Client API : Control Features.
-
Uses of RemoteServers.RemoteServer.Builder in com.pushtechnology.diffusion.client
Methods in com.pushtechnology.diffusion.client that return RemoteServers.RemoteServer.BuilderModifier and TypeMethodDescriptionDiffusion.Implementation.newRemoteServerBuilder()
Diffusion.newRemoteServerBuilder()
Deprecated.since 6.9 -
Uses of RemoteServers.RemoteServer.Builder in com.pushtechnology.diffusion.client.features.control
Methods in com.pushtechnology.diffusion.client.features.control that return RemoteServers.RemoteServer.BuilderModifier and TypeMethodDescriptionRemoteServers.RemoteServer.Builder.connectionOption
(RemoteServers.RemoteServer.ConnectionOption connectionOption, String value) Deprecated.Specifies a single connection option.RemoteServers.RemoteServer.Builder.connectionOptions
(Map<RemoteServers.RemoteServer.ConnectionOption, String> connectionOptions) Deprecated.Specifies a map ofRemoteServers.RemoteServer.ConnectionOption
settings.RemoteServers.RemoteServer.Builder.credentials
(Credentials credentials) Deprecated.Specifies the credentials to use when connecting to the primary server.RemoteServers.RemoteServer.Builder.missingTopicNotificationFilter
(String filter) Deprecated.Specifies a topic selector expression which will filter missing topic notifications propagated from secondary to primary server.Deprecated.Specifies the name of a principal used by the remote server to connect to the primary server.RemoteServers.RemoteServer.Builder.reset()
Deprecated.Reset the builder.