SrvModelSummaryWatcher defines the API methods on a ModelSummaryWatcher.

Hierarchy

  • default

Implements

Constructors

Properties

Methods

Constructors

Properties

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

Methods

  • Next will return the current state of everything on the first call and subsequent calls will return just those model summaries that have changed.

    Parameters

    • params: any

    Returns Promise<SummaryWatcherNextResults>

  • Stop stops the watcher.

    Parameters

    • params: any

    Returns Promise<any>

Generated using TypeDoc