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

Method InProgress

js.go:3692–3694  ·  view source on GitHub ↗

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

(opts ...AckOpt)

Source from the content-addressed store, hash-verified

3690// InProgress tells the server that this message is being worked on. It resets
3691// the redelivery timer on the server.
3692func (m *Msg) InProgress(opts ...AckOpt) error {
3693 return m.ackReply(ackProgress, false, opts...)
3694}
3695
3696// MsgMetadata is the JetStream metadata associated with received messages.
3697type MsgMetadata struct {

Callers

nothing calls this directly

Calls 1

ackReplyMethod · 0.95

Tested by

no test coverage detected