Object -
nats
:
Message
Represents a message, which will be pushed from the NATS server to the consumer.
Methods
Get the message content.
-
Return Type
(byte[]) The data returned from the message as a 'byte[]'.
Get the replyTo subject of the message.
-
Return Type
(string?) The subject the client is expected to send a reply message on.