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