Interface TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
,org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
,TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder
,TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointProducerBuilder
- Enclosing interface:
TwitterSearchEndpointBuilderFactory
public static interface TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointBuilder
extends TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder, TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointProducerBuilder
Builder for endpoint for the Twitter Search component.
-
Method Summary
Modifier and TypeMethodDescriptionaccessToken
(String accessToken) The access token.accessTokenSecret
(String accessTokenSecret) The access secret.advanced()
consumerKey
(String consumerKey) The consumer key.consumerSecret
(String consumerSecret) The consumer secret.httpProxyHost
(String httpProxyHost) The http proxy host which can be used for the camel-twitter.httpProxyPassword
(String httpProxyPassword) The http proxy password which can be used for the camel-twitter.httpProxyPort
(Integer httpProxyPort) The http proxy port which can be used for the camel-twitter.httpProxyPort
(String httpProxyPort) The http proxy port which can be used for the camel-twitter.httpProxyUser
(String httpProxyUser) The http proxy user which can be used for the camel-twitter.Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUri
Methods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolve
Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUri
Methods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
Methods inherited from interface org.apache.camel.builder.endpoint.dsl.TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder
backoffErrorThreshold, backoffErrorThreshold, backoffIdleThreshold, backoffIdleThreshold, backoffMultiplier, backoffMultiplier, count, count, delay, delay, filterOld, filterOld, greedy, greedy, initialDelay, initialDelay, lang, numberOfPages, numberOfPages, repeatCount, repeatCount, runLoggingLevel, runLoggingLevel, scheduledExecutorService, scheduledExecutorService, scheduler, scheduler, schedulerProperties, schedulerProperties, sendEmptyMessageWhenIdle, sendEmptyMessageWhenIdle, sinceId, sinceId, sortById, sortById, startScheduler, startScheduler, timeUnit, timeUnit, type, type, useFixedDelay, useFixedDelay, userIds
-
Method Details
-
advanced
- Specified by:
advanced
in interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder
- Specified by:
advanced
in interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointProducerBuilder
-
httpProxyHost
default TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointBuilder httpProxyHost(String httpProxyHost) The http proxy host which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead. The option is a:java.lang.String
type. Group: proxy- Specified by:
httpProxyHost
in interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder
- Specified by:
httpProxyHost
in interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointProducerBuilder
- Parameters:
httpProxyHost
- the value to set- Returns:
- the dsl builder
-
httpProxyPassword
default TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointBuilder httpProxyPassword(String httpProxyPassword) The http proxy password which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead. The option is a:java.lang.String
type. Group: proxy- Specified by:
httpProxyPassword
in interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder
- Specified by:
httpProxyPassword
in interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointProducerBuilder
- Parameters:
httpProxyPassword
- the value to set- Returns:
- the dsl builder
-
httpProxyPort
default TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointBuilder httpProxyPort(Integer httpProxyPort) The http proxy port which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead. The option is a:java.lang.Integer
type. Group: proxy- Specified by:
httpProxyPort
in interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder
- Specified by:
httpProxyPort
in interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointProducerBuilder
- Parameters:
httpProxyPort
- the value to set- Returns:
- the dsl builder
-
httpProxyPort
default TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointBuilder httpProxyPort(String httpProxyPort) The http proxy port which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead. The option will be converted to ajava.lang.Integer
type. Group: proxy- Specified by:
httpProxyPort
in interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder
- Specified by:
httpProxyPort
in interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointProducerBuilder
- Parameters:
httpProxyPort
- the value to set- Returns:
- the dsl builder
-
httpProxyUser
default TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointBuilder httpProxyUser(String httpProxyUser) The http proxy user which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead. The option is a:java.lang.String
type. Group: proxy- Specified by:
httpProxyUser
in interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder
- Specified by:
httpProxyUser
in interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointProducerBuilder
- Parameters:
httpProxyUser
- the value to set- Returns:
- the dsl builder
-
accessToken
default TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointBuilder accessToken(String accessToken) The access token. Can also be configured on the TwitterComponent level instead. The option is a:java.lang.String
type. Group: security- Specified by:
accessToken
in interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder
- Specified by:
accessToken
in interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointProducerBuilder
- Parameters:
accessToken
- the value to set- Returns:
- the dsl builder
-
accessTokenSecret
default TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointBuilder accessTokenSecret(String accessTokenSecret) The access secret. Can also be configured on the TwitterComponent level instead. The option is a:java.lang.String
type. Group: security- Specified by:
accessTokenSecret
in interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder
- Specified by:
accessTokenSecret
in interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointProducerBuilder
- Parameters:
accessTokenSecret
- the value to set- Returns:
- the dsl builder
-
consumerKey
default TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointBuilder consumerKey(String consumerKey) The consumer key. Can also be configured on the TwitterComponent level instead. The option is a:java.lang.String
type. Group: security- Specified by:
consumerKey
in interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder
- Specified by:
consumerKey
in interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointProducerBuilder
- Parameters:
consumerKey
- the value to set- Returns:
- the dsl builder
-
consumerSecret
default TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointBuilder consumerSecret(String consumerSecret) The consumer secret. Can also be configured on the TwitterComponent level instead. The option is a:java.lang.String
type. Group: security- Specified by:
consumerSecret
in interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder
- Specified by:
consumerSecret
in interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointProducerBuilder
- Parameters:
consumerSecret
- the value to set- Returns:
- the dsl builder
-