Couchbase Collection
This state manager (com.rierino.state.manager.CouchbaseStateManager) uses Couchbase for storing and reading data.
Last updated
This state manager (com.rierino.state.manager.CouchbaseStateManager) uses Couchbase for storing and reading data.
Last updated
system
Name of the which defines Couchbase service details (uri, bucket)
{uri:"couchbase://127.0.0.1"}
-
scope
Name of the Couchbase scope
core_scope
_default
collection
Name of the Couchbase collection to store details
product
[state manager alias]
journalCollection
Name of the Couchbase collection to store state changes
product_journal
-
keepJournal
Alternative to journalCollection parameter, automatically using "draft_journal" suffix for the journal collection
true
false