Methods

Included Modules

Class Index [+]

Quicksearch

AMQ::Client::Async::Entity

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

Attributes

callbacks[R]

@return [Array<#>]

Public Class Methods

new(connection) click to toggle source
    # 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.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.