Interface CouchdbComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface CouchdbComponentBuilderFactory
Consume changesets for inserts, updates and deletes in a CouchDB database, as well as get, save, update and delete documents from a CouchDB database. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCouchdbComponentBuilderFactory.CouchdbComponentBuilderBuilder for the CouchDB component.static classCouchdbComponentBuilderFactory.CouchdbComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static CouchdbComponentBuilderFactory.CouchdbComponentBuildercouchdb()CouchDB (camel-couchdb) Consume changesets for inserts, updates and deletes in a CouchDB database, as well as get, save, update and delete documents from a CouchDB database.
-
-
-
Method Detail
-
couchdb
static CouchdbComponentBuilderFactory.CouchdbComponentBuilder couchdb()
CouchDB (camel-couchdb) Consume changesets for inserts, updates and deletes in a CouchDB database, as well as get, save, update and delete documents from a CouchDB database. Category: database,nosql Since: 2.11 Maven coordinates: org.apache.camel:camel-couchdb- Returns:
- the dsl builder
-
-