public static final class JournalProtocol.WriteMessageRejected extends java.lang.Object implements JournalProtocol.Response, NoSerializationVerificationNeeded, scala.Product, scala.Serializable
JournalProtocol.WriteMessages
request. The write of this message was rejected before
it was stored, e.g. because it could not be serialized. For each contained PersistentRepr
message
in the request, a separate reply is sent to the requestor.
param: message message rejected to be written. param: cause failure cause.
Constructor and Description |
---|
WriteMessageRejected(PersistentRepr message,
java.lang.Throwable cause,
int actorInstanceId) |
Modifier and Type | Method and Description |
---|---|
int |
actorInstanceId() |
java.lang.Throwable |
cause() |
PersistentRepr |
message() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public WriteMessageRejected(PersistentRepr message, java.lang.Throwable cause, int actorInstanceId)
public PersistentRepr message()
public java.lang.Throwable cause()
public int actorInstanceId()