Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RemoteServerDefinition

Definition of a remote server that should be created.

since

6.7

Hierarchy

  • RemoteServerDefinition

Index

Properties

connectionOptions

connectionOptions: Partial<ConnectionOptions>

Options used for connection to the remote server.

credentials

credentials: Credentials

The credentials used for connection to the remote server.

Optional missingTopicNotificationFilter

missingTopicNotificationFilter: undefined | string

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

name

name: string

The name of the remote server.

principal

principal: string

The principal used for connection to the remote server.

url

url: string

The url used for connection to the remote server.