class RubyRabbitmqJanus::Process::Concurrencies::Event

@author VAILLANT Jeremy <jeremy.vaillant@dazzl.tv>

# Listen public queue to all Janus instance

Listen standard queue and sending a block code to thread listen. The default queue is configured in config file.

@see file:/config/default.md For more information to config file used.

Private Instance Methods

name_publisher() click to toggle source
# File lib/rrj/process/event.rb, line 21
def name_publisher
  :pub_classic
end
publisher() click to toggle source
# File lib/rrj/process/event.rb, line 25
def publisher
  Rabbit::Listener::From.new(rabbit)
end
raise_nil_block() click to toggle source
# File lib/rrj/process/event.rb, line 29
def raise_nil_block
  raise RubyRabbitmqJanus::Errors::Process::Event::Run
end