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

Method ConsumerInfo

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

ConsumerInfo retrieves information of a consumer from a stream.

(stream, name string, opts ...JSOpt)

Source from the content-addressed store, hash-verified

84
85 // ConsumerInfo retrieves information of a consumer from a stream.
86 ConsumerInfo(stream, name string, opts ...JSOpt) (*ConsumerInfo, error)
87
88 // ConsumersInfo is used to retrieve a list of ConsumerInfo objects.
89 // Deprecated: Use Consumers() instead.

Implementers 1

jsjs.go

Calls

no outgoing calls