ArchAstro. SDK. Types. EventSubscriptionClaim
(archastro v0.3.5)
Copy Markdown
Result of atomically claiming the head delivery.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.EventSubscriptionClaim{ data: [ArchAstro.SDK.Types.EventSubscriptionDelivery.t()], dropped_events_total: integer(), dropped_through_position: integer(), has_more: boolean(), queue_epoch: integer() }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()