Skip to main content

EventSubscriptionPayload

Possible responses from a subscription.

It could be one of the following:

  • A successful payload from the subscription stream.
  • A notice that the subscription has been lagged behind the network with the number of lost payloads.
union EventSubscriptionPayload = Event | Lagged

Possible types

EventSubscriptionPayload.Event object

EventSubscriptionPayload.Lagged object

Notifies that the subscription consumer has fallen behind the live subscription stream and missed one or more payloads.

Returned By

events subscription