SaveSnapshotFailure
org.apache.pekko.persistence.SaveSnapshotFailure
final case class SaveSnapshotFailure(metadata: SnapshotMetadata, cause: Throwable) extends Response
Sent to a PersistentActor after failed saving of a snapshot.
Value parameters
- cause
-
failure cause.
- metadata
-
snapshot metadata.
Attributes
- Source
- SnapshotProtocol.scala
- Graph
-
- Supertypes
Members list
In this article