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() |
org.lightcouch.Response |
remove(Object doc) |
org.lightcouch.Response |
save(Object doc) |
org.lightcouch.Response |
update(Object doc) |
Apache Camel