| Act Class |
[Missing <summary> documentation for "T:Akka.Actor.Dsl.Act"]
Namespace: Akka.Actor.Dsl
The Act type exposes the following members.
| Name | Description | |
|---|---|---|
| Act(ActionIActorDsl) | Initializes a new instance of the Act class | |
| Act(ActionIActorDsl, IActorContext) | Initializes a new instance of the Act class |
| Name | Description | |
|---|---|---|
| ActorOf | ||
| AroundPostRestart |
Can be overridden to intercept calls to `postRestart`. Calls `postRestart` by default.
(Inherited from ActorBase.) | |
| AroundPostStop |
Can be overridden to intercept calls to `postStop`. Calls `postStop` by default..
(Inherited from ActorBase.) | |
| AroundPreRestart |
Can be overridden to intercept calls to `preRestart`. Calls `preRestart` by default.
(Inherited from ActorBase.) | |
| AroundPreStart |
Can be overridden to intercept calls to `preStart`. Calls `preStart` by default.
(Inherited from ActorBase.) | |
| Become | ||
| BecomeStacked | ||
| DefaultPostRestart | ||
| DefaultPostStop | ||
| DefaultPreRestart | ||
| DefaultPreStart | ||
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ReceiveT(ActionT, IActorContext) | ||
| ReceiveT(PredicateT, ActionT, IActorContext) | ||
| ReceiveT(ActionT, IActorContext, PredicateT) | ||
| ReceiveAny | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UnbecomeStacked |
| Name | Description | |
|---|---|---|
| AsInstanceOfT | (Defined by Extensions.) | |
| Match |
Matches the specified target.
(Defined by PatternMatch.) |
| Name | Description | |
|---|---|---|
| OnPostRestart | ||
| OnPostStop | ||
| OnPreRestart | ||
| OnPreStart | ||
| Strategy |