Class: Emittance::Synchronous
- Defined in:
- lib/emittance/brokers/synchronous.rb,
lib/emittance/dispatchers/synchronous.rb
Overview
Synchronously dispatches the event to watchers.
Defined Under Namespace
Classes: Dispatcher
Constant Summary
Constants inherited from Broker
Class Method Summary collapse
-
.process_event(event) ⇒ Object
(@see Emittance::Broker.process_event).
Methods inherited from Broker
Class Method Details
.process_event(event) ⇒ Object
(@see Emittance::Broker.process_event)
10 11 12 |
# File 'lib/emittance/brokers/synchronous.rb', line 10 def process_event(event) dispatcher.process_event event end |