public static interface CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointBuilder extends CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointConsumerBuilder, CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default CouchDbEndpointBuilderFactory.CouchDbEndpointBuilder |
basic() |
default CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
exceptionHandler, exceptionHandler, exchangePattern, exchangePatterndoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUridefault CouchDbEndpointBuilderFactory.CouchDbEndpointBuilder basic()
basic in interface CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointConsumerBuilderbasic in interface CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointProducerBuilderdefault CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointBuilder synchronous(boolean synchronous)
synchronous in interface CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointConsumerBuildersynchronous in interface CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointProducerBuildersynchronous - the value to setdefault CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointBuilder synchronous(String synchronous)
synchronous in interface CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointConsumerBuildersynchronous in interface CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointProducerBuildersynchronous - the value to setApache Camel