akka.persistence.inmemory

snapshot

package snapshot

Visibility
  1. Public
  2. All

Type Members

  1. case class DeleteSnapshotByCriteria(persistenceId: String, criteria: SnapshotSelectionCriteria) extends SnapshotEvent with Product with Serializable

  2. case class DeleteSnapshotByMetadata(metadata: SnapshotMetadata) extends SnapshotEvent with Product with Serializable

  3. class InMemorySnapshotStore extends SnapshotStore with ActorLogging

  4. case class LoadSnapshot(persistenceId: String, criteria: SnapshotSelectionCriteria) extends Product with Serializable

  5. case class LoadSnapshotResult(selectedSnapshot: Option[SelectedSnapshot]) extends Product with Serializable

  6. case class SaveSnapshot(metadata: SnapshotMetadata, snapshot: Any) extends SnapshotEvent with Product with Serializable

  7. class SnapshotActor extends Actor

  8. case class SnapshotCache(cache: Map[SnapshotMetadata, Any]) extends Product with Serializable

  9. trait SnapshotEvent extends AnyRef

Value Members

  1. object SnapshotAck extends Product with Serializable

Ungrouped