SseEvent
Defined in: src/io/broker/SseActor.ts:9
Inbound SSE event delivered to subscribers.
Properties
Section titled “Properties”
readonlydata:string
Defined in: src/io/broker/SseActor.ts:13
The data: field value (newline-joined when split across lines).
readonlyevent:string
Defined in: src/io/broker/SseActor.ts:11
The event: field value, or 'message' (default per SSE spec).
readonlyoptionalid?:string
Defined in: src/io/broker/SseActor.ts:15
Last-event-id, when the server sent one.