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