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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product