Object
# File lib/amq/client/handlers_registry.rb, line 21 def self.find(klass) @@handlers[klass] end
# File lib/amq/client/handlers_registry.rb, line 25 def self.handlers @@handlers end
API
# File lib/amq/client/handlers_registry.rb, line 14 def self.register(klass, &block) @@handlers[klass] = block end
Generated with the Darkfish Rdoc Generator 2.