ConsumerInfo retrieves information of a consumer from a stream.
(stream, name string, opts ...JSOpt)
| 84 | |
| 85 | // ConsumerInfo retrieves information of a consumer from a stream. |
| 86 | ConsumerInfo(stream, name string, opts ...JSOpt) (*ConsumerInfo, error) |
| 87 | |
| 88 | // ConsumersInfo is used to retrieve a list of ConsumerInfo objects. |
| 89 | // Deprecated: Use Consumers() instead. |
no outgoing calls