@archastro/sdk
Preparing search index...
types/events
EventSubscriptionClaim
Interface EventSubscriptionClaim
Result of atomically claiming the head delivery.
interface
EventSubscriptionClaim
{
data
:
EventSubscriptionDelivery
[]
;
dropped_events_total
:
number
;
dropped_through_position
:
number
;
has_more
:
boolean
;
queue_epoch
:
number
;
}
Index
Properties
data
dropped_
events_
total
dropped_
through_
position
has_
more
queue_
epoch
Properties
data
data
:
EventSubscriptionDelivery
[]
dropped_
events_
total
dropped_events_total
:
number
dropped_
through_
position
dropped_through_position
:
number
has_
more
has_more
:
boolean
queue_
epoch
queue_epoch
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
dropped_
events_
total
dropped_
through_
position
has_
more
queue_
epoch
@archastro/sdk
Loading...
Result of atomically claiming the head delivery.