public static interface RemoteServers.SecondaryAcceptor.SecondaryAcceptorBuilder extends RemoteServers.SecondaryServer.SecondaryBuilder<RemoteServers.SecondaryAcceptor.SecondaryAcceptorBuilder>
RemoteServers.SecondaryAcceptor
.
A builder of this type may be created using
Diffusion.newRemoteServerBuilder(Class)
specifying
SecondaryAcceptorBuilder.class
as the parameter.
Modifier and Type | Method and Description |
---|---|
RemoteServers.SecondaryAcceptor |
build(String name,
String primaryHostName)
Builds a secondary acceptor using the current values known to
this builder.
|
connectionOption, connectionOptions, credentials, missingTopicNotificationFilter, principal
reset
RemoteServers.SecondaryAcceptor build(String name, String primaryHostName)
name
- the remote server name. A primary initiator of the
same name will be able to connect to this acceptor. This
is the name that will be specified in topic viewsprimaryHostName
- the primary server host name that will be
used in SSL validation of the primary serverCopyright © 2024 DiffusionData Ltd. All Rights Reserved.