MCPcopy Create free account
hub / github.com/assembla/cony / AutoAck

Function AutoAck

consumer.go:136–140  ·  view source on GitHub ↗

AutoAck set this consumer in AutoAck mode

()

Source from the content-addressed store, hash-verified

134
135// AutoAck set this consumer in AutoAck mode
136func AutoAck() ConsumerOpt {
137 return func(c *Consumer) {
138 c.autoAck = true
139 }
140}
141
142// Exclusive set this consumer in exclusive mode
143func Exclusive() ConsumerOpt {

Callers 1

TestAutoAckFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestAutoAckFunction · 0.68