public class CouchDbClientWrapper extends Object
Constructor and Description |
---|
CouchDbClientWrapper(org.lightcouch.CouchDbClient client) |
Modifier and Type | Method and Description |
---|---|
org.lightcouch.Changes |
changes() |
org.lightcouch.CouchDbContext |
context() |
Object |
get(String id) |
org.lightcouch.Response |
remove(Object doc) |
org.lightcouch.Response |
save(Object doc) |
org.lightcouch.Response |
update(Object doc) |
public CouchDbClientWrapper(org.lightcouch.CouchDbClient client)
Apache Camel