akka.persistence
Class SnapshotProtocol.DeleteSnapshot

java.lang.Object
  extended by akka.persistence.SnapshotProtocol.DeleteSnapshot
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
SnapshotProtocol

public static class SnapshotProtocol.DeleteSnapshot
extends java.lang.Object
implements scala.Product, scala.Serializable

Instructs snapshot store to delete a snapshot.

param: metadata snapshot metadata.

See Also:
Serialized Form

Constructor Summary
SnapshotProtocol.DeleteSnapshot(SnapshotMetadata metadata)
           
 
Method Summary
 SnapshotMetadata metadata()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

SnapshotProtocol.DeleteSnapshot

public SnapshotProtocol.DeleteSnapshot(SnapshotMetadata metadata)
Method Detail

metadata

public SnapshotMetadata metadata()