Package

akka.persistence.couchbase

scaladsl

Permalink

package scaladsl

Visibility
  1. Public
  2. All

Type Members

  1. final class CouchbaseReadJournal extends ReadJournal with AsyncCouchbaseSession with EventsByPersistenceIdQuery with CurrentEventsByPersistenceIdQuery with EventsByTagQuery with CurrentEventsByTagQuery with CurrentPersistenceIdsQuery with PersistenceIdsQuery with Queries

    Permalink

    Scala API akka.persistence.query.scaladsl.ReadJournal implementation for Couchbase.

    Scala API akka.persistence.query.scaladsl.ReadJournal implementation for Couchbase.

    It is retrieved with:

    val queries = PersistenceQuery(system).readJournalFor[CouchbaseReadJournal](CouchbaseReadJournal.Identifier)

    Corresponding Java API is in akka.persistence.couchbase.javadsl.CouchbaseReadJournal.

    Configuration settings can be defined in the configuration section with the absolute path corresponding to the identifier, which is "couchbase-journal.read" for the default CouchbaseReadJournal#Identifier. See reference.conf.

Value Members

  1. object CouchbaseReadJournal

    Permalink

Ungrouped