Clients -
nats :
StreamingMessage
Represents the message a NATS Streaming Server sends to its subscribed services.
Remote Methods
ack | Acknowledges the NATS streaming server upon the receipt of the message. |
Methods
Gets the message content.
Gets the subject that the message was sent to.
Acknowledges the NATS streaming server upon the receipt of the message.
-
Return Type
(Error?) ()
or else anats:Error
upon failure to acknowledge the server
Gets the message content.
-
Return Type
(byte[]) The data from the message as a 'byte[]'