InProgress tells the server that this message is being worked on. It resets the redelivery timer on the server.
(opts ...AckOpt)
| 3690 | // InProgress tells the server that this message is being worked on. It resets |
| 3691 | // the redelivery timer on the server. |
| 3692 | func (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. |
| 3697 | type MsgMetadata struct { |