Class TerminatedChildrenContainer
This is the empty container which is installed after the last child has terminated while stopping; it is necessary to distinguish from the normal empty state while calling handleChildTerminated() for the last time.
Implements
Inherited Members
Namespace: Akka.Actor.Internal
Assembly: Akka.dll
Syntax
public class TerminatedChildrenContainer : EmptyChildrenContainer, IChildrenContainer
Properties
| Improve this Doc View SourceInstance
TBD
Declaration
public static IChildrenContainer Instance { get; }
Property Value
Type | Description |
---|---|
IChildrenContainer |
IsNormal
TBD
Declaration
public override bool IsNormal { get; }
Property Value
Type | Description |
---|---|
Boolean |
Overrides
| Improve this Doc View SourceIsTerminating
TBD
Declaration
public override bool IsTerminating { get; }
Property Value
Type | Description |
---|---|
Boolean |
Overrides
Methods
| Improve this Doc View SourceAdd(String, ChildRestartStats)
TBD
Declaration
public override IChildrenContainer Add(string name, ChildRestartStats stats)
Parameters
Type | Name | Description |
---|---|---|
String | name | TBD |
ChildRestartStats | stats | TBD |
Returns
Type | Description |
---|---|
IChildrenContainer | TBD |
Overrides
| Improve this Doc View SourceReserve(String)
N/A
Declaration
public override IChildrenContainer Reserve(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | N/A |
Returns
Type | Description |
---|---|
IChildrenContainer | N/A |
Overrides
Exceptions
Type | Condition |
---|---|
InvalidOperationException | This exception is automatically thrown since the name belongs to an actor that is already terminated. |
ToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | TBD |