SaveSnapshotSuccess

@SerialVersionUID(1L)
final case class SaveSnapshotSuccess(metadata: SnapshotMetadata) extends Response

Sent to a PersistentActor after successful saving of a snapshot.

Value parameters:
metadata

snapshot metadata.

Source:
SnapshotProtocol.scala
trait Serializable
trait Product
trait Equals
trait Response
trait Message
trait Message
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product