Uses of Interface
org.apache.camel.builder.endpoint.dsl.CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointBuilder
-
Packages that use CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointBuilder Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointBuilder Modifier and Type Method Description default CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointBuilder
CouchDbEndpointBuilderFactory.CouchDbEndpointBuilder. advanced()
default CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointBuilder
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
CouchDbEndpointBuilderFactory.AdvancedCouchDbEndpointBuilder. synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).
-