AMQP::Channel
# File lib/em-synchrony/amqp.rb, line 42 def initialize(*params, &block) f = Fiber.current super(*params, &EM::Synchrony::AMQP.sync_cb(f)) channel, open_ok = Fiber.yield raise Error.new unless open_ok.is_a?(::AMQ::Protocol::Channel::OpenOk) channel end
# File lib/em-synchrony/amqp.rb, line 68 def queue!(name, opts = {}) queue = Queue.new(self, name, opts) register_queue(queue) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.