Skip to main content

Interface: EventMetadata

Defined in: shared/types/events.ts:56

Structured metadata describing the emission context for events.

Propertiesโ€‹

busIdโ€‹

readonly busId: string

Defined in: shared/types/events.ts:58

Identifier of the event bus that emitted the event.


correlationIdโ€‹

readonly correlationId: CorrelationId

Defined in: shared/types/events.ts:60

Correlation identifier for pairing related emissions.


eventNameโ€‹

readonly eventName: string

Defined in: shared/types/events.ts:62

Fully-qualified event name.


timestampโ€‹

readonly timestamp: number

Defined in: shared/types/events.ts:64

Millisecond timestamp captured at emission time.