TwitterSearchEndpointBuilderFactory.TwitterSearchEndpointConsumerBuilder.advanced()
TwitterSearchEndpointBuilderFactory.AdvancedTwitterSearchEndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions (if possible) occurred while the Camel
consumer is trying to pickup incoming messages, or the likes, will
now be processed as a message and handled by the routing Error
Handler.
TwitterSearchEndpointBuilderFactory.AdvancedTwitterSearchEndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions (if possible) occurred while the Camel
consumer is trying to pickup incoming messages, or the likes, will
now be processed as a message and handled by the routing Error
Handler.
TwitterSearchEndpointBuilderFactory.AdvancedTwitterSearchEndpointConsumerBuilder.distanceMetric(String distanceMetric)
Used by the geography search, to search by radius using the
configured metrics.
TwitterSearchEndpointBuilderFactory.AdvancedTwitterSearchEndpointConsumerBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
TwitterSearchEndpointBuilderFactory.AdvancedTwitterSearchEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
TwitterSearchEndpointBuilderFactory.AdvancedTwitterSearchEndpointConsumerBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
TwitterSearchEndpointBuilderFactory.AdvancedTwitterSearchEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
TwitterSearchEndpointBuilderFactory.AdvancedTwitterSearchEndpointConsumerBuilder.extendedMode(boolean extendedMode)
Used for enabling full text from twitter (eg receive tweets that
contains more than 140 characters).
TwitterSearchEndpointBuilderFactory.AdvancedTwitterSearchEndpointConsumerBuilder.extendedMode(String extendedMode)
Used for enabling full text from twitter (eg receive tweets that
contains more than 140 characters).
TwitterSearchEndpointBuilderFactory.AdvancedTwitterSearchEndpointConsumerBuilder.latitude(Double latitude)
Used by the geography search to search by latitude.
TwitterSearchEndpointBuilderFactory.AdvancedTwitterSearchEndpointConsumerBuilder.latitude(String latitude)
Used by the geography search to search by latitude.
TwitterSearchEndpointBuilderFactory.AdvancedTwitterSearchEndpointConsumerBuilder.locations(String locations)
Bounding boxes, created by pairs of lat/lons.
TwitterSearchEndpointBuilderFactory.AdvancedTwitterSearchEndpointConsumerBuilder.longitude(Double longitude)
Used by the geography search to search by longitude.
TwitterSearchEndpointBuilderFactory.AdvancedTwitterSearchEndpointConsumerBuilder.longitude(String longitude)
Used by the geography search to search by longitude.
TwitterSearchEndpointBuilderFactory.AdvancedTwitterSearchEndpointConsumerBuilder.pollStrategy(String pollStrategy)
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing
you to provide your custom implementation to control error handling
usually occurred during the poll operation before an Exchange have
been created and being routed in Camel.
TwitterSearchEndpointBuilderFactory.AdvancedTwitterSearchEndpointConsumerBuilder.pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy)
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing
you to provide your custom implementation to control error handling
usually occurred during the poll operation before an Exchange have
been created and being routed in Camel.
TwitterSearchEndpointBuilderFactory.AdvancedTwitterSearchEndpointConsumerBuilder.radius(Double radius)
Used by the geography search to search by radius.
TwitterSearchEndpointBuilderFactory.AdvancedTwitterSearchEndpointConsumerBuilder.radius(String radius)
Used by the geography search to search by radius.