Package org.apache.pekko.actor
Class UnhandledMessage
java.lang.Object
org.apache.pekko.actor.UnhandledMessage
- All Implemented Interfaces:
Serializable,AllDeadLetters,NoSerializationVerificationNeeded,WrappedMessage,scala.Equals,scala.Product
public final class UnhandledMessage
extends Object
implements NoSerializationVerificationNeeded, WrappedMessage, AllDeadLetters, scala.Product, Serializable
This message is published to the EventStream whenever an Actor receives a message it doesn't understand
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UnhandledMessagebooleanbooleaninthashCode()message()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>sender()toString()unapply(UnhandledMessage x$0) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
UnhandledMessage
-
-
Method Details
-
apply
-
unapply
-
message
- Specified by:
messagein interfaceAllDeadLetters- Specified by:
messagein interfaceWrappedMessage
-
sender
- Specified by:
senderin interfaceAllDeadLetters
-
recipient
- Specified by:
recipientin interfaceAllDeadLetters
-
copy
-
copy$default$1
-
copy$default$2
-
copy$default$3
-
getMessage
-
getRecipient
-
getSender
-
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
-