Class ChildRestartStats
ChildRestartStats is the statistics kept by every parent Actor for every child Actor and is used for SupervisorStrategies to know how to deal with problems that occur for the children.
Implements
Inherited Members
Namespace: Akka.Actor.Internal
Assembly: Akka.dll
Syntax
public class ChildRestartStats : IChildStats
Constructors
| Improve this Doc View SourceChildRestartStats(IInternalActorRef, UInt32, Int64)
TBD
Declaration
public ChildRestartStats(IInternalActorRef child, uint maxNrOfRetriesCount = 0U, long restartTimeWindowStartTicks = 0L)
Parameters
Type | Name | Description |
---|---|---|
Akka.Actor.IInternalActorRef | child | TBD |
UInt32 | maxNrOfRetriesCount | TBD |
Int64 | restartTimeWindowStartTicks | TBD |
Properties
| Improve this Doc View SourceChild
TBD
Declaration
public IInternalActorRef Child { get; }
Property Value
Type | Description |
---|---|
Akka.Actor.IInternalActorRef |
MaxNrOfRetriesCount
TBD
Declaration
public uint MaxNrOfRetriesCount { get; }
Property Value
Type | Description |
---|---|
UInt32 |
RestartTimeWindowStartTicks
TBD
Declaration
public long RestartTimeWindowStartTicks { get; }
Property Value
Type | Description |
---|---|
Int64 |
Uid
TBD
Declaration
public long Uid { get; }
Property Value
Type | Description |
---|---|
Int64 |
Methods
| Improve this Doc View SourceRequestRestartPermission(Int32, Int32)
TBD
Declaration
public bool RequestRestartPermission(int maxNrOfRetries, int withinTimeMilliseconds)
Parameters
Type | Name | Description |
---|---|---|
Int32 | maxNrOfRetries | TBD |
Int32 | withinTimeMilliseconds | TBD |
Returns
Type | Description |
---|---|
Boolean | TBD |