Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SecondaryAcceptorDefinition

Definition of a secondary remote server that accepts a connection from a primary server.

This type accepts a connection from a PrimaryInitiator with the same name configured at the primary server (cluster).

Use a SecondaryAcceptorBuilder to create an instance of this type.

Hierarchy

Index

Properties

connectionOptions

connectionOptions: Partial<ConnectionOptions>

The remote server connection options.

Optional missingTopicNotificationFilter

missingTopicNotificationFilter: undefined | string

The missing topic notification filter expression.

name

name: string

The name of the remote server.

primaryHostName

primaryHostName: string

The hostname of the expected primary server, for secure WebSocket validation.

principal

principal: string

The principal used for connection.