Options used for connection to the remote server.
The connector that the primary initiator will use to establish a connection between the secondary server and the primary server.
The missing topic notification filter expression or undefined
if one
has not been specified.
The name of the remote server.
The principal used for connection to the remote server.
The remote server type.
A RemoteServer can be cast to the corresponding sub-type to access all methods, as follows:
Type | Type class |
---|---|
SECONDARY_INITIATOR | SecondaryInitiator |
PRIMARY_INITIATOR | PrimaryInitiator |
SECONDARY_ACCEPTOR | SecondaryAcceptor |
The url used for connection to the remote server.
The urls for connection to secondary servers.
Gets 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.
A primary initiator.
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.