public static interface TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder extends ComponentBuilder<org.apache.camel.component.twitter.timeline.TwitterTimelineComponent>
| Modifier and Type | Method and Description |
|---|---|
default TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder |
accessToken(String accessToken)
The access token.
|
default TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder |
accessTokenSecret(String accessTokenSecret)
The access token secret.
|
default TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder |
consumerKey(String consumerKey)
The consumer key.
|
default TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder |
consumerSecret(String consumerSecret)
The consumer secret.
|
default TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder |
httpProxyHost(String httpProxyHost)
The http proxy host which can be used for the camel-twitter.
|
default TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder |
httpProxyPassword(String httpProxyPassword)
The http proxy password which can be used for the camel-twitter.
|
default TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder |
httpProxyPort(int httpProxyPort)
The http proxy port which can be used for the camel-twitter.
|
default TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder |
httpProxyUser(String httpProxyUser)
The http proxy user which can be used for the camel-twitter.
|
default TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder httpProxyHost(String httpProxyHost)
httpProxyHost - the value to setdefault TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder httpProxyPassword(String httpProxyPassword)
httpProxyPassword - the value to setdefault TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder httpProxyPort(int httpProxyPort)
httpProxyPort - the value to setdefault TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder httpProxyUser(String httpProxyUser)
httpProxyUser - the value to setdefault TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder accessToken(String accessToken)
accessToken - the value to setdefault TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder accessTokenSecret(String accessTokenSecret)
accessTokenSecret - the value to setdefault TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder consumerKey(String consumerKey)
consumerKey - the value to setdefault TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder consumerSecret(String consumerSecret)
consumerSecret - the value to setApache Camel