CouchDB

CouchDB

Scheme: couchdb
Name Kind Type Required Deprecated Default Value Enum Values Description
protocol path java.lang.String true false
hostname path java.lang.String true false
port path int false
database path java.lang.String true false
style parameter java.lang.String false main_only
username parameter java.lang.String false
password parameter java.lang.String false
heartbeat parameter long false 30000
createDatabase parameter boolean false
deletes parameter boolean false true
updates parameter boolean false true
exchangePattern parameter org.apache.camel.ExchangePattern false InOnly InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter boolean false false Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).

couchdb consumer