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

Method configureAck

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

Source from the content-addressed store, hash-verified

1311type nakDelay time.Duration
1312
1313func (d nakDelay) configureAck(opts *ackOpts) error {
1314 opts.nakDelay = time.Duration(d)
1315 return nil
1316}
1317
1318// Subscribe
1319

Callers

nothing calls this directly

Calls 1

DurationMethod · 0.80

Tested by

no test coverage detected