@archastro/sdk
    Preparing search index...

    Interface EventSubscriptionQueue

    A cursor-paginated non-reserving view of a subscription queue.

    interface EventSubscriptionQueue {
        after_cursor?: string;
        before_cursor?: string;
        data: EventSubscriptionQueueEntry[];
        dropped_events_total: number;
        dropped_through_position: number;
        has_more: boolean;
        queue_epoch: number;
    }
    Index

    Properties

    after_cursor?: string
    before_cursor?: string
    dropped_events_total: number
    dropped_through_position: number
    has_more: boolean
    queue_epoch: number