ConsumerNames is used to retrieve a list of Consumer names.
(stream string, opts ...JSOpt)
| 94 | |
| 95 | // ConsumerNames is used to retrieve a list of Consumer names. |
| 96 | ConsumerNames(stream string, opts ...JSOpt) <-chan string |
| 97 | |
| 98 | // AccountInfo retrieves info about the JetStream usage from an account. |
| 99 | AccountInfo(opts ...JSOpt) (*AccountInfo, error) |
no outgoing calls