IActorDsl Interface |
[Missing <summary> documentation for "T:Akka.Actor.Dsl.IActorDsl"]
Namespace: Akka.Actor.Dsl
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.
|
Name | Description | |
---|---|---|
![]() | OnPostRestart | |
![]() | OnPostStop | |
![]() | OnPreRestart | |
![]() | OnPreStart | |
![]() | Strategy |