ConsumersInfo is used to retrieve a list of ConsumerInfo objects. Deprecated: Use Consumers() instead.
(stream string, opts ...JSOpt)
| 88 | // ConsumersInfo is used to retrieve a list of ConsumerInfo objects. |
| 89 | // Deprecated: Use Consumers() instead. |
| 90 | ConsumersInfo(stream string, opts ...JSOpt) <-chan *ConsumerInfo |
| 91 | |
| 92 | // Consumers is used to retrieve a list of ConsumerInfo objects. |
| 93 | Consumers(stream string, opts ...JSOpt) <-chan *ConsumerInfo |
no outgoing calls