IActorDsl Methods |
The IActorDsl type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActorOf | |
![]() | Become |
Become new behavior with discard of the old one. Equivalent of: Context.Become(_, discardOld: true).
|
![]() | BecomeStacked |
Become new behavior without discarding the old one. Equivalent of: Context.Become(_, discardOld: false).
|
![]() | DefaultPostRestart | |
![]() | DefaultPostStop | |
![]() | DefaultPreRestart | |
![]() | DefaultPreStart | |
![]() | ReceiveT(ActionT, IActorContext) | |
![]() | ReceiveT(PredicateT, ActionT, IActorContext) | |
![]() | ReceiveT(ActionT, IActorContext, PredicateT) | |
![]() | ReceiveAny | |
![]() | UnbecomeStacked |
Reverts BecomeStacked(ActionObject, IActorContext) behavior.
|