|  | FunActorMessage, ReturnedUnhandled Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | Unhandled(Object) | 
            Is called when a message isn't handled by the current behavior of the actor
            by default it fails with either a DeathPactException (in
            case of an unhandled Terminated message) or publishes an UnhandledMessage
            to the actor's system's EventStream(Inherited from ActorBase.) | 
|  | Unhandled(Message) | 
 See Also
See Also