Parent

Class Index [+]

Quicksearch

AMQ::Client::HandlersRegistry

Public Class Methods

find(klass) click to toggle source
    # File lib/amq/client/handlers_registry.rb, line 22
22:       def self.find(klass)
23:         @@handlers[klass]
24:       end
handlers() click to toggle source
    # File lib/amq/client/handlers_registry.rb, line 26
26:       def self.handlers
27:         @@handlers
28:       end
register(klass, &block) click to toggle source

API

    # File lib/amq/client/handlers_registry.rb, line 15
15:       def self.register(klass, &block)
16:         @@handlers[klass] = block
17:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.