public static interface CouchDbEndpointBuilderFactory.CouchDbBuilders
| Modifier and Type | Method and Description |
|---|---|
default CouchDbEndpointBuilderFactory.CouchDbEndpointBuilder |
couchdb(String path)
CouchDB (camel-couchdb)
The couchdb component is used for integrate with CouchDB databases.
|
default CouchDbEndpointBuilderFactory.CouchDbEndpointBuilder couchdb(String path)
couchdb:protocol:hostname:port/database
Path parameter: protocol (required)
The protocol to use for communicating with the database.
The value can be one of: http, https
Path parameter: hostname (required)
Hostname of the running couchdb instance
Path parameter: port
Port number for the running couchdb instance
Default value: 5984
Path parameter: database (required)
Name of the database to useApache Camel