DeleteConsumer deletes a consumer.
(stream, consumer string, opts ...JSOpt)
| 81 | |
| 82 | // DeleteConsumer deletes a consumer. |
| 83 | DeleteConsumer(stream, consumer string, opts ...JSOpt) error |
| 84 | |
| 85 | // ConsumerInfo retrieves information of a consumer from a stream. |
| 86 | ConsumerInfo(stream, name string, opts ...JSOpt) (*ConsumerInfo, error) |
no outgoing calls