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