public static final class JournalProtocol.WriteMessageSuccess extends java.lang.Object implements JournalProtocol.Response, scala.Product, scala.Serializable
JournalProtocol.WriteMessages request. For each contained PersistentRepr message
in the request, a separate reply is sent to the requestor.
param: persistent successfully written message.
| Constructor and Description |
|---|
WriteMessageSuccess(PersistentRepr persistent,
int actorInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
int |
actorInstanceId() |
PersistentRepr |
persistent() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic WriteMessageSuccess(PersistentRepr persistent, int actorInstanceId)
public PersistentRepr persistent()
public int actorInstanceId()