Parent

Class/Module Index [+]

Quicksearch

AMQ::Client::HandlersRegistry

Public Class Methods

find(klass) click to toggle source
# File lib/amq/client/handlers_registry.rb, line 21
def self.find(klass)
  @@handlers[klass]
end
handle(klass, &block) click to toggle source
Alias for: register
handlers() click to toggle source
# File lib/amq/client/handlers_registry.rb, line 25
def self.handlers
  @@handlers
end
register(klass, &block) click to toggle source

API

# File lib/amq/client/handlers_registry.rb, line 14
def self.register(klass, &block)
  @@handlers[klass] = block
end
Also aliased as: handle

[Validate]

Generated with the Darkfish Rdoc Generator 2.