Class UnhandledMessage
This message is published to the EventStream whenever an Actor receives a message it doesn't understand
Implements
Inherited Members
Namespace: Akka.Event
Assembly: Akka.dll
Syntax
public sealed class UnhandledMessage : AllDeadLetters, IWrappedMessageConstructors
| Edit this page View SourceUnhandledMessage(object, IActorRef, IActorRef)
Initializes a new instance of the UnhandledMessage class.
Declaration
public UnhandledMessage(object message, IActorRef sender, IActorRef recipient)Parameters
| Type | Name | Description | 
|---|---|---|
| object | message | The original message that could not be handled. | 
| IActorRef | sender | The actor that sent the message. | 
| IActorRef | recipient | The actor that was to receive the message. | 
 Edit this page
Edit this page