Uses of Class
org.apache.camel.component.couchdb.CouchDbClientWrapper
-
-
Uses of CouchDbClientWrapper in org.apache.camel.component.couchdb
Methods in org.apache.camel.component.couchdb that return CouchDbClientWrapper Modifier and Type Method Description protected CouchDbClientWrapper
CouchDbEndpoint. createClient()
Constructors in org.apache.camel.component.couchdb with parameters of type CouchDbClientWrapper Constructor Description CouchDbChangesetTracker(CouchDbEndpoint endpoint, CouchDbConsumer consumer, CouchDbClientWrapper couchClient)
CouchDbConsumer(CouchDbEndpoint endpoint, CouchDbClientWrapper couchClient, org.apache.camel.Processor processor)
CouchDbProducer(CouchDbEndpoint endpoint, CouchDbClientWrapper couchClient)
-