Skip to content

Instantly share code, notes, and snippets.

@davsclaus
Created April 11, 2017 09:36
Show Gist options
  • Save davsclaus/af1e850e741545336a44d7b9fdf62a3e to your computer and use it in GitHub Desktop.
Save davsclaus/af1e850e741545336a44d7b9fdf62a3e to your computer and use it in GitHub Desktop.
from("trade-insight-buy")
.log("Transforming")
.transform().method(TradeDataMapper.class)
.log("Trading")
.to("day-trade-place")
.log("Done");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment