Interface: EventMetadata
Defined in: shared/types/events.ts:53
Structured metadata describing the emission context for events.
Propertiesโ
busIdโ
readonlybusId:string
Defined in: shared/types/events.ts:55
Identifier of the event bus that emitted the event.
correlationIdโ
readonlycorrelationId:CorrelationId
Defined in: shared/types/events.ts:57
Correlation identifier for pairing related emissions.
eventNameโ
readonlyeventName:string
Defined in: shared/types/events.ts:59
Fully-qualified event name.
timestampโ
readonlytimestamp:number
Defined in: shared/types/events.ts:61
Millisecond timestamp captured at emission time.