Class: MiniCamel::Processor::Process

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

Direct Known Subclasses

Transform

Instance Method Summary collapse

Instance Method Details

#call(exchange) ⇒ Object



10
11
12
# File 'lib/mini_camel/processor/process.rb', line 10

def call(exchange)
  with_class.new(visible_fields(exchange)).call
end