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

Methods

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

sessionID

sessionID: SessionId

Session ID of the client session that triggered this notification

Methods

cancel

  • cancel(): void
  • This method has no effect.

    deprecated

    since 6.4

    This method is a no-op. In previous releases this would prevent the selector from being added to the session's selections. Since 6.6 the selector is always added to the session's selections before this notification is issued regardless.

    Returns void

proceed

  • proceed(): void
  • This method has no effect.

    deprecated

    since 6.6

    This method is a no-op. In previous releases this would cause the selector to be added to the session's selections and the selection to be re-evaluated. Since 6.6 the selector is always added to the session's selections before this notification is issued.

    Returns void