PublishAsyncPending returns the number of async publishes outstanding for this context.
()
| 54 | |
| 55 | // PublishAsyncPending returns the number of async publishes outstanding for this context. |
| 56 | PublishAsyncPending() int |
| 57 | |
| 58 | // PublishAsyncComplete returns a channel that will be closed when all outstanding messages are ack'd. |
| 59 | PublishAsyncComplete() <-chan struct{} |
no outgoing calls