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

Method InProgress

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

InProgress tells the server that this message is being worked on. It resets the redelivery timer on the server.

()

Source from the content-addressed store, hash-verified

72 // InProgress tells the server that this message is being worked on. It
73 // resets the redelivery timer on the server.
74 InProgress() error
75
76 // Term tells the server to not redeliver this message, regardless of
77 // the value of MaxDeliver.

Implementers 1

jetStreamMsgjetstream/message.go

Calls

no outgoing calls