A streaming event.
Schema of a streaming event which is produced from the streamEvents method.
StreamEventEvent 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 randomly generated ID to keep track of the execution of the given runnable.
Each child runnable that gets invoked as part of the execution of a parent runnable is assigned its own unique ID.