akka.persistence
Class JournalProtocol.ReadHighestSequenceNr

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

public static class JournalProtocol.ReadHighestSequenceNr
extends java.lang.Object
implements scala.Product, scala.Serializable

Request to read the highest stored sequence number of a given persistent actor.

param: fromSequenceNr optional hint where to start searching for the maximum sequence number. param: persistenceId requesting persistent actor id. param: persistentActor requesting persistent actor.

See Also:
Serialized Form

Constructor Summary
JournalProtocol.ReadHighestSequenceNr(long fromSequenceNr, java.lang.String persistenceId, ActorRef persistentActor)
           
 
Method Summary
 long fromSequenceNr()
           
 java.lang.String persistenceId()
           
 ActorRef persistentActor()
           
 
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

JournalProtocol.ReadHighestSequenceNr

public JournalProtocol.ReadHighestSequenceNr(long fromSequenceNr,
                                             java.lang.String persistenceId,
                                             ActorRef persistentActor)
Method Detail

fromSequenceNr

public long fromSequenceNr()

persistenceId

public java.lang.String persistenceId()

persistentActor

public ActorRef persistentActor()