Interface AsyncSubscriptionHandle

Handle that points to a previously subscribed listener. This handle is returned when a subscription occurs and can be used to remove the subscription.

Hierarchy

  • AsyncSubscriptionHandle

Methods

Methods

  • Unsubscribe, the listener will no longer receive events.

    Returns Promise<void>

    promise that resolves when the listener is fully unsubscribed

Generated using TypeDoc