The remote server connection options.
The missing topic notification filter expression.
The name of the remote server.
The hostname of the expected primary server, for secure WebSocket validation.
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 remote server.
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.