Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alexmoleiro/6cba12f6cdd023ef84fc502c2d1dac1a to your computer and use it in GitHub Desktop.
Save alexmoleiro/6cba12f6cdd023ef84fc502c2d1dac1a to your computer and use it in GitHub Desktop.
Route Builder Configuration
/*
@Bean
public RouteBuilder fotocasaRoute() {
return new SoapRouteBuilder("mock:kafka", new FotocasaService("http//foto"));
}
@Bean
public RouteBuilder milAnunciosRoute() {
return new SoapRouteBuilder("mock:kafka", new FotocasaService("http//ma"));
}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment