final case class UnhandledMessage(message: Any, sender: ActorRef, recipient: ActorRef) extends NoSerializationVerificationNeeded with WrappedMessage with AllDeadLetters with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnhandledMessage
- Serializable
- Product
- Equals
- AllDeadLetters
- WrappedMessage
- NoSerializationVerificationNeeded
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def getMessage(): Any
- Annotations
- @BeanProperty()
- def getRecipient(): ActorRef
- Annotations
- @BeanProperty()
- def getSender(): ActorRef
- Annotations
- @BeanProperty()
- val message: Any
- Definition Classes
- → → WrappedMessage
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val recipient: ActorRef
- Definition Classes
- → AllDeadLetters
- val sender: ActorRef
- Definition Classes
- → AllDeadLetters
This message is published to the EventStream whenever an Actor receives a message it doesn't understand