Module: Clamour::Handler::ClassMethods
- Defined in:
- lib/clamour/handler.rb
Instance Method Summary collapse
-
#perform(message, subscription) ⇒ Object
Special thing for internal purposes only.
Instance Method Details
#perform(message, subscription) ⇒ Object
Special thing for internal purposes only. Just implement on_message(message) method.
20 21 22 |
# File 'lib/clamour/handler.rb', line 20 def perform(, subscription) perform_async(.class.to_s, .to_hash) end |