srvNotifyWatcher defines the API access to methods on a NotifyWatcher. Each client has its own current set of watchers, stored in resources.

Hierarchy

  • default

Implements

Constructors

Properties

Methods

Constructors

Properties

NAME: string = "NotifyWatcher"
VERSION: number = 1
_transport: Transport
NAME: string = "NotifyWatcher"
VERSION: number = 1

Methods

  • Next returns when a change has occurred to the entity being watched since the most recent call to Next or the Watch call that created the NotifyWatcher.

    Parameters

    • params: any

    Returns Promise<any>

  • Stop stops the watcher.

    Parameters

    • params: any

    Returns Promise<any>

Generated using TypeDoc