Table of Contents

Interface ISecondaryAcceptorBuilder

Namespace
PushTechnology.ClientInterface.Client.Features.Control.Clients
Assembly
Diffusion.Client.dll

Builder for a ISecondaryAcceptor.

A builder of this type may be created using NewRemoteServerBuilder(RemoteServerType) specifying RemoteServerType.SECONDARY_ACCEPTOR as the parameter.

public interface ISecondaryAcceptorBuilder : ISecondaryBuilder<ISecondaryAcceptorBuilder>, IRemoteServerBuilder<ISecondaryAcceptorBuilder>
Inherited Members

Methods

Build(string, string)

Builds a secondary acceptor using the current values known to this builder.

ISecondaryAcceptor Build(string name, string primaryHostName)

Parameters

name string

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 views.

primaryHostName string

The primary server host name that will be used in SSL validation of the primary server.

Returns

ISecondaryAcceptor

A new secondary acceptor instance.