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

Method ConsumersInfo

jsm.go:765–767  ·  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

763// ConsumersInfo is used to retrieve a list of ConsumerInfo objects.
764// Deprecated: Use Consumers() instead.
765func (jsc *js) ConsumersInfo(stream string, opts ...JSOpt) <-chan *ConsumerInfo {
766 return jsc.Consumers(stream, opts...)
767}
768
769type consumerNamesLister struct {
770 stream string

Callers

nothing calls this directly

Calls 1

ConsumersMethod · 0.95

Tested by

no test coverage detected