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, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolveMethods 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:
advancedin interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder- Specified by:
advancedin 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: <code>java.lang.String</code> type. Group: proxy- Specified by:
httpProxyHostin interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder- Specified by:
httpProxyHostin 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: <code>java.lang.String</code> type. Group: proxy- Specified by:
httpProxyPasswordin interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder- Specified by:
httpProxyPasswordin 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: <code>java.lang.Integer</code> type. Group: proxy- Specified by:
httpProxyPortin interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder- Specified by:
httpProxyPortin 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 a <code>java.lang.Integer</code> type. Group: proxy- Specified by:
httpProxyPortin interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder- Specified by:
httpProxyPortin 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: <code>java.lang.String</code> type. Group: proxy- Specified by:
httpProxyUserin interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder- Specified by:
httpProxyUserin 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: <code>java.lang.String</code> type. Group: security- Specified by:
accessTokenin interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder- Specified by:
accessTokenin 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: <code>java.lang.String</code> type. Group: security- Specified by:
accessTokenSecretin interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder- Specified by:
accessTokenSecretin 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: <code>java.lang.String</code> type. Group: security- Specified by:
consumerKeyin interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder- Specified by:
consumerKeyin 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: <code>java.lang.String</code> type. Group: security- Specified by:
consumerSecretin interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder- Specified by:
consumerSecretin interfaceTwitterSearchEndpointBuilderFactory.TwitterSearchEndpointProducerBuilder- Parameters:
consumerSecret- the value to set- Returns:
- the dsl builder
-