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

Method Term

js.go:3686–3688  ·  view source on GitHub ↗

Term tells the server to not redeliver this message, regardless of the value of nats.MaxDeliver.

(opts ...AckOpt)

Source from the content-addressed store, hash-verified

3684// Term tells the server to not redeliver this message, regardless of the value
3685// of nats.MaxDeliver.
3686func (m *Msg) Term(opts ...AckOpt) error {
3687 return m.ackReply(ackTerm, false, opts...)
3688}
3689
3690// InProgress tells the server that this message is being worked on. It resets
3691// the redelivery timer on the server.

Callers

nothing calls this directly

Calls 1

ackReplyMethod · 0.95

Tested by

no test coverage detected