Skip to content

EventConsumerBatch

Defined in: packages/server/src/events/consumer.ts:122

One callback invocation: exactly ONE delivered queue message, i.e. one single-stream sub-batch.

events: readonly object[]

Defined in: packages/server/src/events/consumer.ts:129

The stamped envelopes, EXACTLY as the ingestion endpoint enqueued them (ADR-0053 decision 5) — in append order within this sub-batch. Across sub-batches there is no ordering promise (decision 6).


stream: string

Defined in: packages/server/src/events/consumer.ts:124

The Event stream these events were appended under.