Consumers is used to retrieve a list of ConsumerInfo objects.
(stream string, opts ...JSOpt)
| 91 | |
| 92 | // Consumers is used to retrieve a list of ConsumerInfo objects. |
| 93 | Consumers(stream string, opts ...JSOpt) <-chan *ConsumerInfo |
| 94 | |
| 95 | // ConsumerNames is used to retrieve a list of Consumer names. |
| 96 | ConsumerNames(stream string, opts ...JSOpt) <-chan string |
no outgoing calls