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

Method Term

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

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

()

Source from the content-addressed store, hash-verified

76 // Term tells the server to not redeliver this message, regardless of
77 // the value of MaxDeliver.
78 Term() error
79
80 // TermWithReason tells the server to not redeliver this message, regardless of
81 // the value of MaxDeliver. The provided reason will be included in JetStream

Implementers 1

jetStreamMsgjetstream/message.go

Calls

no outgoing calls