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, IWrappedMessage
Constructors
| Improve this Doc 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. |