public static interface CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder |
additionalHosts(String additionalHosts)
The additional hosts.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
basic() |
default CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder |
connectTimeout(long connectTimeout)
Define the timeoutconnect in milliseconds.
|
default CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder |
connectTimeout(String connectTimeout)
Define the timeoutconnect in milliseconds.
|
default CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder |
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.
|
default CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder |
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.
|
default CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder |
queryTimeout(long queryTimeout)
Define the operation timeout in milliseconds.
|
default CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder |
queryTimeout(String queryTimeout)
Define the operation timeout in milliseconds.
|
default CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder basic()
default CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy)
pollStrategy - the value to setdefault CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder pollStrategy(String pollStrategy)
pollStrategy - the value to setdefault CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder additionalHosts(String additionalHosts)
additionalHosts - the value to setdefault CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder connectTimeout(long connectTimeout)
connectTimeout - the value to setdefault CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder connectTimeout(String connectTimeout)
connectTimeout - the value to setdefault CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder queryTimeout(long queryTimeout)
queryTimeout - the value to setdefault CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder queryTimeout(String queryTimeout)
queryTimeout - the value to setdefault CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel