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