Uses of Interface
org.apache.camel.component.couchdb.consumer.CouchDbResumeStrategy
-
Packages that use CouchDbResumeStrategy Package Description org.apache.camel.component.couchdb org.apache.camel.component.couchdb.consumer -
-
Uses of CouchDbResumeStrategy in org.apache.camel.component.couchdb
Methods in org.apache.camel.component.couchdb that return CouchDbResumeStrategy Modifier and Type Method Description CouchDbResumeStrategyCouchDbEndpoint. getResumeStrategy()Methods in org.apache.camel.component.couchdb with parameters of type CouchDbResumeStrategy Modifier and Type Method Description voidCouchDbEndpoint. setResumeStrategy(CouchDbResumeStrategy resumeStrategy)Sets a custom resume strategy for tracking changes from CouchDB. -
Uses of CouchDbResumeStrategy in org.apache.camel.component.couchdb.consumer
Classes in org.apache.camel.component.couchdb.consumer that implement CouchDbResumeStrategy Modifier and Type Class Description classLatestUpdateSequenceResumeStrategyA resume strategy that resumes from the last update sequenceMethods in org.apache.camel.component.couchdb.consumer that return CouchDbResumeStrategy Modifier and Type Method Description static CouchDbResumeStrategyCouchDdResumeStrategyFactory. newResumeStrategy(CouchDbEndpoint endpoint)
-