akka.persistence
Class JournalProtocol.ReplayedMessage

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

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

Reply message to a JournalProtocol.ReplayMessages request. A separate reply is sent to the requestor for each replayed message.

param: persistent replayed message.

See Also:
Serialized Form

Constructor Summary
JournalProtocol.ReplayedMessage(PersistentRepr persistent)
           
 
Method Summary
 PersistentRepr persistent()
           
 
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.ReplayedMessage

public JournalProtocol.ReplayedMessage(PersistentRepr persistent)
Method Detail

persistent

public PersistentRepr persistent()