A server-sent event wrapped with a unique ID for resumable subscriptions.
When a client reconnects, it can send the last received event ID so the server resumes from that point instead of replaying everything.
tracked
Readonly
Internal
Brand marker.
The actual event payload.
Unique event identifier for resume tracking.
A server-sent event wrapped with a unique ID for resumable subscriptions.
When a client reconnects, it can send the last received event ID so the server resumes from that point instead of replaying everything.
See
tracked