Class BackoffSupervisorBase
Inheritance
BackoffSupervisorBase
Assembly: Akka.dll
Syntax
public abstract class BackoffSupervisorBase : ActorBase, IInternalActor
Properties
|
Edit this page
View Source
Child
Declaration
protected IActorRef Child { get; set; }
Property Value
|
Edit this page
View Source
ChildName
Declaration
protected string ChildName { get; }
Property Value
|
Edit this page
View Source
ChildProps
Declaration
protected Props ChildProps { get; }
Property Value
|
Edit this page
View Source
FinalStopMessage
Declaration
protected Func<object, bool> FinalStopMessage { get; }
Property Value
|
Edit this page
View Source
FinalStopMessageReceived
Declaration
protected bool FinalStopMessageReceived { get; set; }
Property Value
|
Edit this page
View Source
ReplyWhileStopped
Declaration
protected object ReplyWhileStopped { get; }
Property Value
|
Edit this page
View Source
Reset
Declaration
protected IBackoffReset Reset { get; }
Property Value
|
Edit this page
View Source
RestartCountN
Declaration
protected int RestartCountN { get; set; }
Property Value
Methods
|
Edit this page
View Source
HandleBackoff(object)
Declaration
protected bool HandleBackoff(object message)
Parameters
Type |
Name |
Description |
object |
message |
|
Returns
|
Edit this page
View Source
PreStart()
User overridable callback.
Is called when an Actor is started.
Actors are automatically started asynchronously when created.
Empty default implementation.
Declaration
protected override void PreStart()
Overrides
Implements
Extension Methods