Versions Compared

Key

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

...

Code Block
from("file:data/in"").process(new MyValidator()).thread(20).process(new MyTransformation()).to("jpa:PurchaseOrder");

...