Package

com.github.j5ik2o.akka.persistence.dynamodb.snapshot

dao

Permalink

package dao

Visibility
  1. Public
  2. All

Type Members

  1. class ByteArraySnapshotSerializer extends SnapshotSerializer[SnapshotRow]

    Permalink
  2. trait SnapshotDao extends AnyRef

    Permalink
  3. case class SnapshotRow(persistenceId: PersistenceId, sequenceNumber: SequenceNumber, created: Long, snapshot: Array[Byte]) extends Product with Serializable

    Permalink
  4. trait SnapshotSerializer[T] extends AnyRef

    Permalink
  5. class V1SnapshotDaoImpl extends SnapshotDao

    Permalink
  6. class V2SnapshotDaoImpl extends SnapshotDao

    Permalink

Ungrouped