Hello, I'd like to add a route onSuccesfull to my camel route the same way I do for onException. The workaround right now is something like:
from("a").to("b").onSuccesfullRoute().to("mock endpoint")
This works fine right now but it doesn't really look intuitive.
Thank You,
Sorin
