public static interface CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default CouchDbEndpointBuilderFactory.CouchDbEndpointConsumerBuilder |
basic() |
default CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default CouchDbEndpointBuilderFactory.CouchDbEndpointConsumerBuilder basic()
default CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setApache Camel