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

Method InProgress

jetstream/message.go:378–380  ·  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

376// InProgress tells the server that this message is being worked on. It
377// resets the redelivery timer on the server.
378func (m *jetStreamMsg) InProgress() error {
379 return m.ackReply(context.Background(), ackProgress, false, ackOpts{})
380}
381
382// Term tells the server to not redeliver this message, regardless of
383// the value of MaxDeliver.

Callers

nothing calls this directly

Calls 1

ackReplyMethod · 0.95

Tested by

no test coverage detected