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

Method configureAck

js.go:1241–1241  ·  view source on GitHub ↗
(opts *ackOpts)

Source from the content-addressed store, hash-verified

1239// AckOpt are the options that can be passed when acknowledge a message.
1240type AckOpt interface {
1241 configureAck(opts *ackOpts) error
1242}
1243
1244// MaxWait sets the maximum amount of time we will wait for a response.

Callers 1

ackReplyMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected