Class DeleteSnapshotsSuccess

java.lang.Object
org.apache.pekko.persistence.DeleteSnapshotsSuccess
All Implemented Interfaces:
Serializable, NoSerializationVerificationNeeded, Protocol.Message, SnapshotProtocol.Message, SnapshotProtocol.Response, scala.Equals, scala.Product

public final class DeleteSnapshotsSuccess extends Object implements SnapshotProtocol.Response, scala.Product, Serializable
Sent to a PersistentActor after successful deletion of specified range of snapshots.

param: criteria snapshot selection criteria.

See Also: