Stream name (key of App.Events) that determines the typed event map.
OptionaldebugOptional debug logger.
true uses consoleundefined disables debug outputStream name (must be a key of App.Events).
This value is only used for typing and debugging; the SSE endpoint URL defines routing.
Optionalping_Keep-alive interval in milliseconds.
A comment line : ping is emitted periodically to keep proxies/connections alive.
Optionalretry_Suggested browser reconnect delay in milliseconds.
Written as an SSE retry: directive when the stream starts.
OptionalserializerSerializer used for application events emitted via EventSource.emit.
If omitted, JSON.stringify is used.
IMPORTANT: Control/protocol ("magic") messages bypass this serializer and always use the library-defined wire format.
Configuration options for the server-side EventSource.