Package

com.github.j5ik2o.akka.persistence.dynamodb

journal

Permalink

package journal

Visibility
  1. Public
  2. All

Type Members

  1. class DynamoDBJournal extends AsyncWriteJournal with ActorLogging

    Permalink
  2. case class JournalRow(persistenceId: PersistenceId, sequenceNumber: SequenceNumber, deleted: Boolean, message: Array[Byte], ordering: Long, tags: Option[String] = None) extends Product with Serializable

    Permalink
  3. case class PartitionKey(value: String) extends Product with Serializable

    Permalink
  4. trait PartitionKeyResolver extends AnyRef

    Permalink
  5. trait PartitionKeyResolverProvider extends AnyRef

    Permalink
  6. final class PersistenceIdOps extends AnyRef

    Permalink
  7. case class SortKey(value: String) extends Product with Serializable

    Permalink
  8. trait SortKeyResolver extends AnyRef

    Permalink
  9. trait SortKeyResolverProvider extends AnyRef

    Permalink
  10. trait ToPersistenceIdOps extends AnyRef

    Permalink

Ungrouped