Uses of Interface
org.apache.camel.builder.endpoint.dsl.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder
Packages that use TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder
-
Uses of TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Twitter Search component.Methods in org.apache.camel.builder.endpoint.dsl that return TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilderModifier and TypeMethodDescriptionTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.accessToken(String accessToken) The access token.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.accessTokenSecret(String accessTokenSecret) The access secret.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.TwitterSearchEndpointBuilderFactory.AdvancedTwitterSearchEndpointConsumerBuilder.basic()TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.consumerKey(String consumerKey) The consumer key.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.consumerSecret(String consumerSecret) The consumer secret.Limiting number of results per page.Limiting number of results per page.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.filterOld(boolean filterOld) Filter out old tweets, that has previously been polled.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.filterOld(String filterOld) Filter out old tweets, that has previously been polled.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.greedy(boolean greedy) If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.httpProxyHost(String httpProxyHost) The http proxy host which can be used for the camel-twitter.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.httpProxyPassword(String httpProxyPassword) The http proxy password which can be used for the camel-twitter.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.httpProxyPort(Integer httpProxyPort) The http proxy port which can be used for the camel-twitter.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.httpProxyPort(String httpProxyPort) The http proxy port which can be used for the camel-twitter.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.httpProxyUser(String httpProxyUser) The http proxy user which can be used for the camel-twitter.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.The lang string ISO_639-1 which will be used for searching.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.numberOfPages(Integer numberOfPages) The number of pages result which you want camel-twitter to consume.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.numberOfPages(String numberOfPages) The number of pages result which you want camel-twitter to consume.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.scheduler(Object scheduler) To use a cron scheduler from either camel-spring or camel-quartz component.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.scheduler(String scheduler) To use a cron scheduler from either camel-spring or camel-quartz component.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.sinceId(long sinceId) The last tweet id which will be used for pulling the tweets.The last tweet id which will be used for pulling the tweets.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.sortById(boolean sortById) Sorts by id, so the oldest are first, and newest last.Sorts by id, so the oldest are first, and newest last.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.timeUnit(TimeUnit timeUnit) Time unit for initialDelay and delay options.Endpoint type to use.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.type(org.apache.camel.component.twitter.data.EndpointType type) Endpoint type to use.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.To filter by user ids for filter.