srvStringsWatcher defines the API for methods on a state.StringsWatcher. Each client has its own current set of watchers, stored in resources. srvStringsWatcher notifies about changes for all entities of a given kind, sending the changes as a list of strings.

Hierarchy

  • default

Implements

Constructors

Properties

Methods

Constructors

Properties

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

Methods

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

    Parameters

    • params: any

    Returns Promise<StringsWatchResult>

  • Stop stops the watcher.

    Parameters

    • params: any

    Returns Promise<any>

Generated using TypeDoc