Class: MiniCamel::Processor::To

Inherits:
Base
  • Object
show all
Defined in:
lib/mini_camel/processor/to.rb

Instance Method Summary collapse

Instance Method Details

#call(exchange) ⇒ Object



9
10
11
# File 'lib/mini_camel/processor/to.rb', line 9

def call(exchange)
  env.call_route(route, exchange)
end