Uses of Interface
org.apache.camel.builder.component.dsl.TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder
Packages that use TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder
-
Uses of TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.twitterTimeline()Twitter Timeline (camel-twitter) Send tweets and receive tweets from user's timeline. -
Uses of TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilderModifier and TypeMethodDescriptionTwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder.accessToken(String accessToken) The access token.TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder.accessTokenSecret(String accessTokenSecret) The access token secret.TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder.consumerKey(String consumerKey) The consumer key.TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder.consumerSecret(String consumerSecret) The consumer secret.TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder.httpProxyHost(String httpProxyHost) The http proxy host which can be used for the camel-twitter.TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder.httpProxyPassword(String httpProxyPassword) The http proxy password which can be used for the camel-twitter.TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder.httpProxyPort(int httpProxyPort) The http proxy port which can be used for the camel-twitter.TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder.httpProxyUser(String httpProxyUser) The http proxy user which can be used for the camel-twitter.TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).TwitterTimelineComponentBuilderFactory.twitterTimeline()Twitter Timeline (camel-twitter) Send tweets and receive tweets from user's timeline.