Package

akka.persistence

couchbase

Permalink

package couchbase

Visibility
  1. Public
  2. All

Type Members

  1. class CouchbaseJournal extends AsyncWriteJournal with AsyncCouchbaseSession with Queries with TagSequenceNumbering

    Permalink

    INTERNAL API

    INTERNAL API

    Annotations
    @InternalApi()
  2. final case class CouchbaseJournalSettings extends Product with Serializable

    Permalink
  3. final class CouchbaseReadJournalProvider extends ReadJournalProvider

    Permalink
  4. final class CouchbaseSnapshotStore extends SnapshotStore with AsyncCouchbaseSession

    Permalink
  5. final case class EventByTagSettings(eventualConsistencyDelay: FiniteDuration, getParallelism: Int) extends Product with Serializable

    Permalink
  6. abstract class JsonSerializer extends SerializerWithStringManifest

    Permalink

    Special serializer base class to use Couchbase native json for serializing the events and snapshots.

    Special serializer base class to use Couchbase native json for serializing the events and snapshots.

    Subclass, implement and register through the regular Akka serialization infrastructure to use.

  7. final class OutOfOrderEventException extends RuntimeException

    Permalink

    Thrown when an out of order event is detected in event streams

Value Members

  1. object CouchbaseJournalSettings extends Serializable

    Permalink

    INTERNAL API

    INTERNAL API

    Annotations
    @InternalApi()
  2. object UUIDs

    Permalink
  3. package javadsl

    Permalink
  4. package scaladsl

    Permalink

Ungrouped