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 |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
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)
boolean type.
Default: false
Group: consumerdefault TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder httpProxyHost(String httpProxyHost)
java.lang.String type.
Group: proxydefault TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder httpProxyPassword(String httpProxyPassword)
java.lang.String type.
Group: proxydefault TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder httpProxyPort(int httpProxyPort)
int type.
Group: proxydefault TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder httpProxyUser(String httpProxyUser)
java.lang.String type.
Group: proxydefault TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder accessToken(String accessToken)
java.lang.String type.
Group: securitydefault TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder accessTokenSecret(String accessTokenSecret)
java.lang.String type.
Group: securitydefault TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder consumerKey(String consumerKey)
java.lang.String type.
Group: securitydefault TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder consumerSecret(String consumerSecret)
java.lang.String type.
Group: securityApache Camel