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

Method Consumers

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

Consumers is used to retrieve a list of ConsumerInfo objects.

(stream string, opts ...JSOpt)

Source from the content-addressed store, hash-verified

91
92 // Consumers is used to retrieve a list of ConsumerInfo objects.
93 Consumers(stream string, opts ...JSOpt) <-chan *ConsumerInfo
94
95 // ConsumerNames is used to retrieve a list of Consumer names.
96 ConsumerNames(stream string, opts ...JSOpt) <-chan string

Callers 5

TestJetStreamSubscribeFunction · 0.65
TestJetStreamManagementFunction · 0.65
TestConsumersListerFunction · 0.65

Implementers 1

jsjs.go

Calls

no outgoing calls

Tested by 5

TestJetStreamSubscribeFunction · 0.52
TestJetStreamManagementFunction · 0.52
TestConsumersListerFunction · 0.52