class AvalancheMQ::Client::Channel::Consumer
- AvalancheMQ::Client::Channel::Consumer
 - Reference
 - Object
 
Included Modules
Defined in:
avalanchemq/client/channel/consumer.crConstructors
Instance Method Summary
- #accepts?
 - #ack(sp)
 - #cancel
 - #channel : AvalancheMQ::Client::Channel
 - #deliver(msg, sp, redelivered = false, recover = false)
 - #details_tuple
 - #exclusive : Bool
 - #name : String
 - #no_ack : Bool
 - #prefetch_count
 - #priority : Int32
 - #queue : AvalancheMQ::Queue
 - #recover(requeue)
 - #reject(sp)
 - #tag : String
 - #unacked : UInt32
 
Instance methods inherited from module AvalancheMQ::SortableJSON
  
  
    
      details_tuple
    details_tuple, 
    
  
    
      to_json(json : JSON::Builder)
    to_json
    
  
    
    
  
    
    
    
  
    
    
    
  
Constructor Detail
        
        def self.new(channel : Client::Channel, tag : String, queue : Queue, no_ack : Bool, exclusive : Bool, priority : Int32)
        #