AMQ entities, as implemented by AMQ::Client, have callbacks and can run them when necessary.
@note Exchanges and queues implementation is based on this class.
@abstract
# File lib/amq/client/async/entity.rb, line 57 57: def initialize(connection) 58: @connection = connection 59: # Be careful with default values for #ruby hashes: h = Hash.new(Array.new); h[:key] ||= 1 60: # won't assign anything to :key. MK. 61: @callbacks = Hash.new 62: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.