PublishAsyncComplete returns a channel that will be closed when all outstanding asynchronously published messages are acknowledged by the server.
()
| 109 | // outstanding asynchronously published messages are acknowledged by the |
| 110 | // server. |
| 111 | PublishAsyncComplete() <-chan struct{} |
| 112 | |
| 113 | // CleanupPublisher will clean up the publishing side of JetStreamContext. |
| 114 | // |
no outgoing calls