MCPcopy
hub / github.com/nats-io/nats.go / Ack

Method Ack

jetstream/message.go:53–53  ·  view source on GitHub ↗

Ack acknowledges a message. This tells the server that the message was successfully processed and it can move on to the next message.

()

Source from the content-addressed store, hash-verified

51 // Ack acknowledges a message. This tells the server that the message was
52 // successfully processed and it can move on to the next message.
53 Ack() error
54
55 // DoubleAck acknowledges a message and waits for ack reply from the server.
56 // While it impacts performance, it is useful for scenarios where

Implementers 1

jetStreamMsgjetstream/message.go

Calls

no outgoing calls