The data that is stored in the event in the payload attribute
Reference the doc on [CorrelationId
] that describes this well.
This is the name of the RStreams queue this event is in
The timestamp of the first event that made it to the bus that this event eventually derived from, however far back upstream.
The ID of the bot that wrote this event to the queue
The RStreams queue-specific data that this event exists to wrap
The millisecond (time since epoch) of when this event was created by the developer.
Generated using TypeDoc
An event that is written to an RStreams queue. This is a wrapper around the data you care about
T
which is stored in thepayload
attribute.