Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RemoteServer

Base interface for a remote server definition.

since

6.5

Hierarchy

Index

Properties

connectionOptions

connectionOptions: ConnectionOptions

Options used for connection to the remote server.

deprecated

since 6.9

For backwards compatibility this property is retained for secondary initiator compatibility but will be removed at a future release.

Optional missingTopicNotificationFilter

missingTopicNotificationFilter: undefined | string

The missing topic notification filter expression or undefined if one has not been specified.

deprecated

since 6.9

For backwards compatibility this property is retained for secondary initiator compatibility but will be removed at a future release.

name

name: string

The name of the remote server.

principal

principal: string

The principal used for connection to the remote server.

deprecated

since 6.9

For backwards compatibility this property is retained for secondary initiator compatibility but will be removed at a future release.

type

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

url

url: string

The url used for connection to the remote server.

deprecated

since 6.9

For backwards compatibility this property is retained for secondary initiator compatibility but will be removed at a future release.