class Emittance::Resque::Broker
Public Class Methods
dispatcher()
click to toggle source
# File lib/emittance/resque/broker.rb, line 14 def dispatcher Emittance::Resque::Dispatcher end
process_event(event)
click to toggle source
# File lib/emittance/resque/broker.rb, line 10 def process_event(event) dispatcher.process_event event end