Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
from("file://barcode_in?noop=true")
                        .unmarshal(code1code) // for unmarshalling, the instance doesn't matter
                        .to("log:OUT")
                        .to("mock:out");