Class CouchDbResumable
- java.lang.Object
-
- org.apache.camel.component.couchdb.consumer.CouchDbResumable
-
-
Constructor Summary
Constructors Constructor Description CouchDbResumable(CouchDbClientWrapper clientWrapper, String offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLastOffset()voidsetLastOffset(String offset)
-
-
-
Constructor Detail
-
CouchDbResumable
public CouchDbResumable(CouchDbClientWrapper clientWrapper, String offset)
-
-