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

Method ConsumersInfo

jsm.go:90–90  ·  view source on GitHub ↗

ConsumersInfo is used to retrieve a list of ConsumerInfo objects. Deprecated: Use Consumers() instead.

(stream string, opts ...JSOpt)

Source from the content-addressed store, hash-verified

88 // ConsumersInfo is used to retrieve a list of ConsumerInfo objects.
89 // Deprecated: Use Consumers() instead.
90 ConsumersInfo(stream string, opts ...JSOpt) <-chan *ConsumerInfo
91
92 // Consumers is used to retrieve a list of ConsumerInfo objects.
93 Consumers(stream string, opts ...JSOpt) <-chan *ConsumerInfo

Callers 2

ExampleJetStreamManagerFunction · 0.65
TestConsumersListerFunction · 0.65

Implementers 1

jsjs.go

Calls

no outgoing calls

Tested by 2

ExampleJetStreamManagerFunction · 0.52
TestConsumersListerFunction · 0.52