MCPcopy
hub / github.com/nats-io/nats.go / PublishAsyncComplete

Method PublishAsyncComplete

js.go:59–59  ·  view source on GitHub ↗

PublishAsyncComplete returns a channel that will be closed when all outstanding messages are ack'd.

()

Source from the content-addressed store, hash-verified

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 //

Calls

no outgoing calls