EventEnvelope
Defined in: namespaces.ts:548
Envelope delivered to subscribeTopic handlers and returned by replay.
Properties
Section titled “Properties”topic:
string
Defined in: namespaces.ts:550
Topic name.
payload
Section titled “payload”payload:
unknown
Defined in: namespaces.ts:552
Event payload (schema-validated at emit).
emittedBy?
Section titled “emittedBy?”
optionalemittedBy?:string
Defined in: namespaces.ts:554
Emitting plugin id.
optionalts?:string
Defined in: namespaces.ts:556
Emit timestamp (ISO 8601).
eventId?
Section titled “eventId?”
optionaleventId?:string
Defined in: namespaces.ts:558
Unique event id.
metadata?
Section titled “metadata?”
optionalmetadata?:Record<string,unknown>
Defined in: namespaces.ts:560
Optional emit metadata.