DeleteSnapshotsFailure
org.apache.pekko.persistence.DeleteSnapshotsFailure
final case class DeleteSnapshotsFailure(criteria: SnapshotSelectionCriteria, cause: Throwable) extends Response
Sent to a PersistentActor after failed deletion of a range of snapshots.
Value parameters
- cause
-
failure cause.
- criteria
-
snapshot selection criteria.
Attributes
- Source
- SnapshotProtocol.scala
- Graph
-
- Supertypes
Members list
In this article