Expand description
Core types for the in-process event system.
Governed by spec 026-event-broker and spec 036-event-subscription-replay.
Structs§
- Broker
Event - Event delivered by the broker, carrying a cursor for replay.
- Broker
Event Sink - Adapter that routes runtime lifecycle envelopes through an event broker.
- Noop
Runtime Event Sink - Default sink used by existing runtime constructors.
- Subscription
- A broker subscription handle.
- Subscription
Poll - Result of polling a subscription.
- Traverse
Event - A CloudEvents-formatted event with Traverse governance metadata.
Enums§
- Event
Error - Errors that can occur during event broker operations.
- Lifecycle
Status - Lifecycle status of an event type in the catalog.
Traits§
- Event
Broker - Pub/sub interface for in-process event delivery.
- Runtime
Event Sink - Narrow runtime boundary for publishing lifecycle envelopes.
Type Aliases§
- Event
Cursor - A broker-issued event cursor string.
- Subscription
Id - A broker-assigned subscription identifier.