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

Method ListConsumers

jetstream/stream.go:114–114  ·  view source on GitHub ↗

ListConsumers returns ConsumerInfoLister enabling iterating over a channel of consumer infos.

(context.Context)

Source from the content-addressed store, hash-verified

112 // ListConsumers returns ConsumerInfoLister enabling iterating over a
113 // channel of consumer infos.
114 ListConsumers(context.Context) ConsumerInfoLister
115
116 // ConsumerNames returns a ConsumerNameLister enabling iterating over a
117 // channel of consumer names.

Callers 1

TestListConsumersFunction · 0.65

Implementers 1

streamjetstream/stream.go

Calls

no outgoing calls

Tested by 1

TestListConsumersFunction · 0.52