Skip to content

Instantly share code, notes, and snippets.

@johnpoth
Created June 10, 2020 08:00
Show Gist options
  • Save johnpoth/b4293ef7bf60e68bdb4b039c962a3d9d to your computer and use it in GitHub Desktop.
Save johnpoth/b4293ef7bf60e68bdb4b039c962a3d9d to your computer and use it in GitHub Desktop.
String route_uri = "twitter-streaming://filter?type=event&twitterStream=#twitterStream&keywords=#cameltest";
from(route_uri)
.transform(body().convertToString())
.to("direct:result");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment