MCPcopy
hub / github.com/nats-io/nats.go / DeleteConsumer

Method DeleteConsumer

jsm.go:83–83  ·  view source on GitHub ↗

DeleteConsumer deletes a consumer.

(stream, consumer string, opts ...JSOpt)

Source from the content-addressed store, hash-verified

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)

Implementers 1

jsjs.go

Calls

no outgoing calls