The remote server connection options.
The missing topic notification filter expression.
The name of the remote server.
The principal used for connection.
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 primary server.
Secondary remote server that initiates a connection to a primary server.
This type makes a connection from a secondary server (or each secondary cluster member) to a primary server. No remote server definition is required at the primary server.
Use a SecondaryInitiatorBuilder to create an instance of this type.