Uses of Class
org.apache.camel.component.couchdb.CouchDbEndpoint
-
Packages that use CouchDbEndpoint Package Description org.apache.camel.component.couchdb org.apache.camel.component.couchdb.consumer -
-
Uses of CouchDbEndpoint in org.apache.camel.component.couchdb
Methods in org.apache.camel.component.couchdb that return CouchDbEndpoint Modifier and Type Method Description protected CouchDbEndpointCouchDbComponent. createEndpoint(String uri, String remaining, Map<String,Object> params)Constructors in org.apache.camel.component.couchdb with parameters of type CouchDbEndpoint 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 CouchDbEndpoint in org.apache.camel.component.couchdb.consumer
Methods in org.apache.camel.component.couchdb.consumer with parameters of type CouchDbEndpoint Modifier and Type Method Description static CouchDbResumeStrategyCouchDdResumeStrategyFactory. newResumeStrategy(CouchDbEndpoint endpoint)
-