Uses of Interface
org.apache.camel.builder.endpoint.dsl.CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder
Packages that use CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder
-
Uses of CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Couchbase component.Methods in org.apache.camel.builder.endpoint.dsl that return CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilderModifier and TypeMethodDescriptionCouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder.additionalHosts(String additionalHosts) The additional hosts.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.advanced()CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder.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.CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder.bridgeErrorHandler(String 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.CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder.connectTimeout(long connectTimeout) Define the timeoutconnect in milliseconds.CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder.connectTimeout(String connectTimeout) Define the timeoutconnect in milliseconds.CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.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.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.CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder.queryTimeout(long queryTimeout) Define the operation timeout in milliseconds.CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder.queryTimeout(String queryTimeout) Define the operation timeout in milliseconds.