Uses of Class
org.apache.camel.component.couchdb.CouchDbClientWrapper
-
Packages that use CouchDbClientWrapper Package Description org.apache.camel.component.couchdb org.apache.camel.component.couchdb.consumer -
-
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 CouchDbClientWrapperCouchDbEndpoint. 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) -
Uses of CouchDbClientWrapper in org.apache.camel.component.couchdb.consumer
Constructors in org.apache.camel.component.couchdb.consumer with parameters of type CouchDbClientWrapper Constructor Description CouchDbResumable(CouchDbClientWrapper clientWrapper, String offset)
-