Implements the server side of a single subscription.

Hierarchy (view full)

Constructors

Accessors

Methods

  • Update the session after an endpoint structure change. The method will initialize all missing new attributes and events and will remove listeners no longer needed. Newly added attributes are then treated ad "changed values" and will be sent as subscription data update to the controller. The data of newly added events are not sent automatically.

    Returns Promise<void>