akka.persistence
Class PersistentIdImpl

java.lang.Object
  extended by akka.persistence.PersistentIdImpl
All Implemented Interfaces:
PersistentId, java.io.Serializable, scala.Equals, scala.Product

public class PersistentIdImpl
extends java.lang.Object
implements PersistentId, scala.Product, scala.Serializable

INTERNAL API.

See Also:
Serialized Form

Constructor Summary
PersistentIdImpl(java.lang.String processorId, long sequenceNr)
           
 
Method Summary
 java.lang.String processorId()
          Persistent id that journals a persistent message
 long sequenceNr()
          A persistent message's sequence number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.persistence.PersistentId
persistenceId
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

PersistentIdImpl

public PersistentIdImpl(java.lang.String processorId,
                        long sequenceNr)
Method Detail

processorId

public java.lang.String processorId()
Description copied from interface: PersistentId
Persistent id that journals a persistent message

Specified by:
processorId in interface PersistentId
Returns:
(undocumented)

sequenceNr

public long sequenceNr()
Description copied from interface: PersistentId
A persistent message's sequence number.

Specified by:
sequenceNr in interface PersistentId
Returns:
(undocumented)