public final class SaveSnapshotSuccess extends java.lang.Object implements SnapshotProtocol.Response, scala.Product, scala.Serializable
PersistentActor
after successful saving of a snapshot.
param: metadata snapshot metadata.
Constructor and Description |
---|
SaveSnapshotSuccess(SnapshotMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
SnapshotMetadata |
metadata() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SaveSnapshotSuccess(SnapshotMetadata metadata)
public SnapshotMetadata metadata()