class
   LavinMQ::MQTT::Consumer
  
  - LavinMQ::MQTT::Consumer
 - LavinMQ::Client::Channel::Consumer
 - Reference
 - Object
 
Defined in:
lavinmq/mqtt/client.crConstructors
Instance Method Summary
- #accepts? : Bool
 - #ack(sp)
 - #cancel
 - #close
 - #closed?
 - #deliver(msg, sp, redelivered = false, recover = false)
 - #deliver(msg : MQTT::Publish)
 - #details_tuple
 - #exclusive?
 - #flow(active : Bool)
 - #has_capacity : Channel(Bool)
 - #no_ack?
 - #prefetch_count : UInt16
 - #prefetch_count=(prefetch_count : UInt16)
 - #priority
 - #reject(sp, requeue = false)
 - #tag : String
 - #unacked : UInt32
 
Instance methods inherited from module LavinMQ::SortableJSON
  
  
    
      details_tuple
    details_tuple, 
    
  
    
      search_match?(value : String)search_match?(value : Regex) search_match?, to_json(json : JSON::Builder) to_json