akka.persistence
Class JournalProtocol.WriteMessageSuccess

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

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

Reply message to a successful JournalProtocol.WriteMessages request. For each contained PersistentRepr message in the request, a separate reply is sent to the requestor.

param: persistent successfully written message.

See Also:
Serialized Form

Constructor Summary
JournalProtocol.WriteMessageSuccess(PersistentRepr persistent, int actorInstanceId)
           
 
Method Summary
 int actorInstanceId()
           
 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.WriteMessageSuccess

public JournalProtocol.WriteMessageSuccess(PersistentRepr persistent,
                                           int actorInstanceId)
Method Detail

persistent

public PersistentRepr persistent()

actorInstanceId

public int actorInstanceId()