PublishAsyncComplete returns a channel that will be closed when all outstanding messages are ack'd.
()
| 57 | |
| 58 | // PublishAsyncComplete returns a channel that will be closed when all outstanding messages are ack'd. |
| 59 | PublishAsyncComplete() <-chan struct{} |
| 60 | |
| 61 | // CleanupPublisher will cleanup the publishing side of JetStreamContext. |
| 62 | // |
no outgoing calls