Interface SubscriptionEvents

Events emitted by Subscription.

Hierarchy

  • SubscriptionEvents

Properties

Properties

error: ((err: Error) => void)

Type declaration

    • (err: Error): void
    • Emitted if an error occurred in the subscription.

      Parameters

      • err: Error

      Returns void

resendComplete: (() => void)

Type declaration

    • (): void
    • Emitted when a resend is complete.

      Returns void

Generated using TypeDoc