Class Subscription<T>

A convenience API for managing an individual subscription.

Type Parameters

  • T = unknown

Hierarchy

Properties

streamPartId: StreamPartID

Methods

  • Unsubscribes this subscription.

    Remarks

    The instance should not be used after calling this.

    Returns Promise<void>

Generated using TypeDoc