All Downloads are FREE. Search and download functionalities are using the official Maven repository.

camel3.camel2.tests.data.xml-removed-components.TwitterStreaming Maven / Gradle / Ivy

The newest version!
import org.apache.camel.builder.RouteBuilder;

public class TwitterStreaming {

    protected RouteBuilder createRouteBuilder() {
        return new RouteBuilder() {
            public void configure() {
                from("twitter-streaming://filter?type=event&twitterStream=#twitterStream&keywords=#cameltest")
                        .transform(body().convertToString()).to("mock:result");
            }
        };
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy