DeleteSnapshotSuccess

org.apache.pekko.persistence.DeleteSnapshotSuccess
final case class DeleteSnapshotSuccess(metadata: SnapshotMetadata) extends Response

Sent to a PersistentActor after successful deletion of a snapshot.

Value parameters

metadata

snapshot metadata.

Attributes

Source
SnapshotProtocol.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Response
trait Message
trait Message
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product