@archastro/sdk
    Preparing search index...
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Acknowledge a claimed event Acknowledges a delivery using its current receipt handle. Repeating the same acknowledgement is idempotent; a stale or incorrect receipt returns 409. Acknowledging a delivery that aged out under the subscription's retention returns delivery_not_found — the event was already counted in dropped_events_total, and the acknowledgement should not be retried.

      Parameters

      • delivery: string

        Delivery ID (esd_...).

      • input: { receipt_handle: string }

        Request body.

        • receipt_handle: string

          Opaque handle returned by claim.

      Returns Promise<void>

      No content