An interface representing a message that retrieved directly from JetStream.
The payload of the message body
Headers for the message
The sequence number of the message in the Stream
The subject the message was originally received on
The time the message was received
The raw ISO formatted date returned by the server
Convenience method to parse the message payload as JSON. This method will throw an exception if there's a parsing error;
Optional
Convenience method to parse the message payload as string. This method may throw an exception if there's a conversion error
Generated using TypeDoc
An interface representing a message that retrieved directly from JetStream.