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

Method Ok

jetstream/publish.go:74–74  ·  view source on GitHub ↗

Ok returns a receive only channel that can be used to get a PubAck.

()

Source from the content-addressed store, hash-verified

72 PubAckFuture interface {
73 // Ok returns a receive only channel that can be used to get a PubAck.
74 Ok() <-chan *PubAck
75
76 // Err returns a receive only channel that can be used to get the error from an async publish.
77 Err() <-chan error

Implementers 2

pubAckFuturejetstream/publish.go

Calls

no outgoing calls