![]() | ActReceiveAny Method |
Name | Description | |
---|---|---|
![]() | ReceiveAny(ActionObject) |
Registers a handler for incoming messages of any type.
(Inherited from ReceiveActor.)![]() This method may only be called when constructing the actor or from Become(Action) or BecomeStacked(Action). ![]() Note that handlers registered prior to this may have handled the message already.
In that case, this handler will not be invoked. |
![]() | ReceiveAny(ActionObject, IActorContext) |
TBD
|