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 execute_message(message)
  build_processing_stack.call(message).select do |r|
    r.is_a?(BBK::App::Dispatcher::Result)
  end
end