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

Method Closed

jetstream/pull.go:70–70  ·  view source on GitHub ↗

Closed returns a channel that is closed when the consuming is fully stopped/drained. When the channel is closed, no more messages will be received and processing is complete.

()

Source from the content-addressed store, hash-verified

68 // fully stopped/drained. When the channel is closed, no more messages
69 // will be received and processing is complete.
70 Closed() <-chan struct{}
71 }
72
73 // MessageHandler is a handler function used as callback in [Consume].

Implementers 3

pushSubscriptionjetstream/push.go
pullSubscriptionjetstream/pull.go
orderedSubscriptionjetstream/ordered.go

Calls

no outgoing calls