@event-driven-platform/outbox
v0.0.5
Published
Transactional Outbox record contracts and factories for event-driven platform execution.
Readme
@event-driven-platform/outbox
Defines the durable Outbox record model used to persist event envelopes as part of write execution.
Installation
pnpm add @event-driven-platform/outboxAPI
The package provides OutboxRecord, OutboxRecordId, the OutboxRecordFactory contract, and DefaultOutboxRecordFactory for constructing records from event envelopes.
Role
Runner persists Outbox records in the execution transaction. Publishing those records to messaging infrastructure is outside Operations and outside this package.
