Clients -
nats :
StreamingMessage
Represents the message a NATS Streaming Server sends to a subscription service.
Remote Methods
Methods
Acknowledge the NATS Streaming server upon the receipt of the message.
-
Return Type
(Error?) Returns () if the acknowledgment completes successfully or an error.
Get the message content.
-
Return Type
(byte) The data from the message as a 'byte[]'.