ConsumerDroppedException constructor

ConsumerDroppedException(
  1. Int64 consumerId,
  2. String subscription,
  3. String? consumerName
)

Implementation

ConsumerDroppedException(this.consumerId, this.subscription, this.consumerName);