pnwkit 3.0 - v4.3.0
    Preparing search index...

    Class Subscription<M, B>

    A single active subscription, returned by Subscriptions.subscribe().

    Each instance owns its own Pusher channel and tracks its own event time, so it can be torn down and rolled back independently of every other subscription.

    Type Parameters

    • M extends Model

      The subscribed model (drives the typed payload)

    • B extends boolean = false

      Whether this is a bulk subscription

    Index