Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MissingTopicNotification

Notification that a session has made a request using a selector that does not match any topics.

Hierarchy

  • MissingTopicNotification

Index

Properties

path

path: string

The common root topic path derived from the requested topic selector

selector

selector: TopicSelector

The topic selector that triggered this notification

serverNames

serverNames: string[]

A list of the names of the servers through which the notification has been routed.

The first name in the list will be the name of the server to which the originating session was connected. If the notification was routed through remote server connections before reaching the recipient then those servers will also be listed in the order that the notification passed through them.

since

6.7

sessionID

sessionID: SessionId

Session ID of the client session that triggered this notification

sessionProperties

sessionProperties: SessionProperties

The session properties of the session that made the request

since

6.7