Skip to content

OutboxStatus

Defined in: packages/client/src/event-lane.ts:126

The drain signal (ADR-0053 decision 2): whether the Outbox is empty. Deliberately no count — a count that updates only on transitions is stale by construction, and a count updated per append is a worse live query. Richer detail is a query against the Outbox table.

empty: boolean

Defined in: packages/client/src/event-lane.ts:127