Represents a message sent in an event stream https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#Event_stream_format
interface EventSourceMessageEvent names are of the format: on_[runnable_type]_(start|stream|end).
Runnable types are one of:
Further, the events are categorized as one of:
start, stream and end are associated with slightly different data payload.
Please see the documentation for EventData for more details.
An optional identifier for the document.
Ideally this should be unique across the document collection and formatted as a UUID, but this will not be enforced.
The reconnection interval (in milliseconds) to wait before retrying the connection