akka.persistence
Class NonPersistentRepr

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

public final class NonPersistentRepr
extends java.lang.Object
implements Resequenceable, scala.Product, scala.Serializable

INTERNAL API Message which can be resequenced by the Journal, but will not be persisted.

See Also:
Serialized Form

Constructor Summary
NonPersistentRepr(java.lang.Object payload, ActorRef sender)
           
 
Method Summary
 java.lang.Object payload()
           
 ActorRef sender()
           
 
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

NonPersistentRepr

public NonPersistentRepr(java.lang.Object payload,
                         ActorRef sender)
Method Detail

payload

public java.lang.Object payload()
Specified by:
payload in interface Resequenceable

sender

public ActorRef sender()
Specified by:
sender in interface Resequenceable