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