Object -
nats
:
Message
Represents the message, which a NATS server sends to its subscribed services.
Methods
Gets the message content.
Gets the replyTo
subject of the message.
Gets the subject to which the message was sent to.
Gets the message content.
-
Return Type
(byte[]) The data returned from the message as a 'byte[]'
Gets the replyTo
subject of the message.
-
Return Type
(string?) The subject to which the client is expected to send a reply message