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

Method ConsumerNames

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

ConsumerNames is used to retrieve a list of Consumer names.

(stream string, opts ...JSOpt)

Source from the content-addressed store, hash-verified

94
95 // ConsumerNames is used to retrieve a list of Consumer names.
96 ConsumerNames(stream string, opts ...JSOpt) <-chan string
97
98 // AccountInfo retrieves info about the JetStream usage from an account.
99 AccountInfo(opts ...JSOpt) (*AccountInfo, error)

Callers 3

TestJetStreamManagementFunction · 0.65
TestConsumersListerFunction · 0.65

Implementers 1

jsjs.go

Calls

no outgoing calls

Tested by 3

TestJetStreamManagementFunction · 0.52
TestConsumersListerFunction · 0.52