UnhandledMessage
org.apache.pekko.actor.UnhandledMessage
final case class UnhandledMessage(message: Any, sender: ActorRef, recipient: ActorRef) extends NoSerializationVerificationNeeded, WrappedMessage, AllDeadLetters
This message is published to the EventStream whenever an Actor receives a message it doesn't understand
Attributes
- Source
- Actor.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AllDeadLetterstrait WrappedMessageclass Objecttrait Matchableclass Any
Members list
In this article