Method: BBK::App::Dispatcher#execute_message
- Defined in:
- lib/bbk/app/dispatcher.rb
#execute_message(message) ⇒ Object
135 136 137 138 139 |
# File 'lib/bbk/app/dispatcher.rb', line 135 def () build_processing_stack.call().select do |r| r.is_a?(BBK::App::Dispatcher::Result) end end |