SrvAllWatcher defines the API methods on a state.Multiwatcher. which watches any changes to the state. Each client has its own current set of watchers, stored in resources. It is used by both the AllWatcher and AllModelWatcher facades.

Hierarchy

  • default

Implements

Constructors

Properties

Methods

Constructors

Properties

NAME: string = "AllModelWatcher"
VERSION: number = 3
_transport: Transport
NAME: string = "AllModelWatcher"
VERSION: number = 3

Methods

  • Next will return the current state of everything on the first call and subsequent calls will

    Parameters

    • params: {
          id: string;
      }
      • id: string

    Returns Promise<AllWatcherNextResults>

  • Stop stops the watcher.

    Parameters

    • params: {
          id: string;
      }
      • id: string

    Returns Promise<any>

Generated using TypeDoc