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 UnhandledMessage
boolean
boolean
int
hashCode()
message()
int
productElement
(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, wait
Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
UnhandledMessage
-
-
Method Details
-
apply
-
unapply
-
message
- Specified by:
message
in interfaceAllDeadLetters
- Specified by:
message
in interfaceWrappedMessage
-
sender
- Specified by:
sender
in interfaceAllDeadLetters
-
recipient
- Specified by:
recipient
in interfaceAllDeadLetters
-
copy
-
copy$default$1
-
copy$default$2
-
copy$default$3
-
getMessage
-
getRecipient
-
getSender
-
productPrefix
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArity
in interfacescala.Product
-
productElement
- Specified by:
productElement
in interfacescala.Product
-
productIterator
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-