Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PrimaryInitiatorDefinition

A primary initiator definition.

This type makes a connection from a primary server (cluster) to a secondary server (or all secondary cluster members) with a SecondaryAcceptor of the same name.

Use a PrimaryInitiatorBuilder to create an instance of this type.

Hierarchy

Index

Properties

Optional connector

connector: undefined | string

The connector that the primary initiator will use to establish a connection between the secondary server and the primary server.

name

name: string

The name of the remote server.

retryDelay

retryDelay: number

The interval in milliseconds between connection retries.

If a primary initiator cannot connect to a secondary server, or loses the connection, this is the amount of time before it will try to connect again.

urls

urls: string[]

The urls for connection to secondary servers.