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

Method StreamsInfo

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

StreamsInfo can be used to retrieve a list of StreamInfo objects. Deprecated: Use Streams() instead.

(opts ...JSOpt)

Source from the content-addressed store, hash-verified

43 // StreamsInfo can be used to retrieve a list of StreamInfo objects.
44 // Deprecated: Use Streams() instead.
45 StreamsInfo(opts ...JSOpt) <-chan *StreamInfo
46
47 // Streams can be used to retrieve a list of StreamInfo objects.
48 Streams(opts ...JSOpt) <-chan *StreamInfo

Callers 2

ExampleJetStreamManagerFunction · 0.65
TestStreamListerFunction · 0.65

Implementers 1

jsjs.go

Calls

no outgoing calls

Tested by 2

ExampleJetStreamManagerFunction · 0.52
TestStreamListerFunction · 0.52