akka.persistence
Class SnapshotProtocol.LoadSnapshotResult

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

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

Response message to a SnapshotProtocol.LoadSnapshot message.

param: snapshot loaded snapshot, if any.

See Also:
Serialized Form

Constructor Summary
SnapshotProtocol.LoadSnapshotResult(scala.Option<SelectedSnapshot> snapshot, long toSequenceNr)
           
 
Method Summary
 scala.Option<SelectedSnapshot> snapshot()
           
 long toSequenceNr()
           
 
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.LoadSnapshotResult

public SnapshotProtocol.LoadSnapshotResult(scala.Option<SelectedSnapshot> snapshot,
                                           long toSequenceNr)
Method Detail

snapshot

public scala.Option<SelectedSnapshot> snapshot()

toSequenceNr

public long toSequenceNr()