@event-driven-platform/event
v0.1.3
Published
Versioned domain event contracts and identifiers for the event-driven platform.
Readme
@event-driven-platform/event
Defines domain event contracts and the event envelope used to carry execution metadata with emitted events.
Installation
pnpm add @event-driven-platform/eventAPI
Event,AnyEvent— domain event contracts.EventIdandDefaultEventIdFactory— deterministic event identity contracts and default factory.EventEnvelope,AnyEventEnvelope— event plus metadata envelope.EventActorandEventSubject— envelope metadata contracts.
Role
Operations may produce events as part of their result. Operations do not publish them. Runner persists event envelopes to the Outbox through the execution pipeline.
