The deserialized message as a JavaScript object.
Optional
originalWhen subscribing to a topic using the convertTo
option, the message event message
contains the converted message and the originalMessageEvent field contains the original
un-converted message event.
Optional
publishThe time in nanoseconds this message was originally published. This is only available for some data sources. The timestamp is often nanoseconds since the UNIX epoch, but may be relative to another event such as system boot time or simulation start time depending on the context.
The time in nanoseconds this message was received. This may be set by the local system clock or the data source, depending on the data source used and whether time is simulated via a /clock topic or similar mechanism. The timestamp is often nanoseconds since the UNIX epoch, but may be relative to another event such as system boot time or simulation start time depending on the context.
The schema name is an identifier for the schema of the message within the message event.
The approximate size of this message event in its deserialized form. This can be useful for statistics tracking and cache eviction.
The topic name this message was received on, i.e. "/some/topic"
A message event frames message data with the topic and receive time