Class: MiniCamel::Processor::TransformEach

Inherits:
ProcessEach show all
Defined in:
lib/mini_camel/processor/transform_each.rb

Instance Method Summary collapse

Instance Method Details

#call(exchange) ⇒ Object



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

def call(exchange)
  exchange.update_context(to => super)
end