Package org.apache.pekko.persistence
Class JournalProtocol.WriteMessageRejected
java.lang.Object
org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected
- All Implemented Interfaces:
Serializable,NoSerializationVerificationNeeded,JournalProtocol.Message,JournalProtocol.Response,Protocol.Message,scala.Equals,scala.Product
- Enclosing class:
- JournalProtocol
public static final class JournalProtocol.WriteMessageRejected
extends Object
implements JournalProtocol.Response, NoSerializationVerificationNeeded, scala.Product, Serializable
Reply message to a rejected
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.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWriteMessageRejected(PersistentRepr message, Throwable cause, int actorInstanceId) -
Method Summary
Modifier and TypeMethodDescriptionintbooleancause()copy(PersistentRepr message, Throwable cause, int actorInstanceId) intbooleaninthashCode()message()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
WriteMessageRejected
-
-
Method Details
-
message
-
cause
-
actorInstanceId
public int actorInstanceId() -
copy
public JournalProtocol.WriteMessageRejected copy(PersistentRepr message, Throwable cause, int actorInstanceId) -
copy$default$1
-
copy$default$2
-
copy$default$3
public int copy$default$3() -
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-