| UnhandledMessage Constructor |
Namespace:
Akka.Event
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public UnhandledMessage(
Object message,
IActorRef sender,
IActorRef recipient
)
new :
message : Object *
sender : IActorRef *
recipient : IActorRef -> UnhandledMessage
Parameters
- message
- Type: SystemObject
The original message that could not be handled. - sender
- Type: Akka.ActorIActorRef
The actor that sent the message. - recipient
- Type: Akka.ActorIActorRef
The actor that was to receive the message.
See Also