Object -
nats
:
Message
Represents a message, which will be pushed from the NATS server to the consumer.
Constructor
__init
(string subject, byte content, string replyTo)
- subject string
- content byte
- replyTo string ()
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) replyTo subject value.