Class BackoffSupervisorBase
Inheritance
BackoffSupervisorBase
Assembly: Akka.dll
Syntax
public abstract class BackoffSupervisorBase : ActorBase, IInternalActor
Properties
|
Improve this Doc
View Source
Child
Declaration
protected IActorRef Child { get; set; }
Property Value
|
Improve this Doc
View Source
ChildName
Declaration
protected string ChildName { get; }
Property Value
|
Improve this Doc
View Source
ChildProps
Declaration
protected Props ChildProps { get; }
Property Value
|
Improve this Doc
View Source
FinalStopMessage
Declaration
protected Func<object, bool> FinalStopMessage { get; }
Property Value
|
Improve this Doc
View Source
FinalStopMessageReceived
Declaration
protected bool FinalStopMessageReceived { get; set; }
Property Value
|
Improve this Doc
View Source
ReplyWhileStopped
Declaration
protected object ReplyWhileStopped { get; }
Property Value
|
Improve this Doc
View Source
Reset
Declaration
protected IBackoffReset Reset { get; }
Property Value
|
Improve this Doc
View Source
RestartCountN
Declaration
protected int RestartCountN { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
HandleBackoff(Object)
Declaration
protected bool HandleBackoff(object message)
Parameters
Type |
Name |
Description |
Object |
message |
|
Returns
|
Improve this Doc
View Source
PreStart()
Declaration
protected override void PreStart()
Overrides
Implements
Extension Methods