Package

akka.persistence.pg

snapshot

Permalink

package snapshot

Visibility
  1. Public
  2. All

Type Members

  1. class PgAsyncSnapshotStore extends SnapshotStore with PgSnapshotStore with ActorLogging with PgConfig

    Permalink
  2. trait PgSnapshotStore extends SnapshotTable

    Permalink
  3. case class SnapshotEntry(persistenceId: String, sequenceNr: Long, timestamp: Long, manifest: Option[String], payload: Option[Array[Byte]], json: Option[JsonString]) extends Product with Serializable

    Permalink
  4. trait SnapshotTable extends AnyRef

    Permalink
  5. class TestPgAsyncSnapshotStore extends PgAsyncSnapshotStore

    Permalink

Ungrouped