Search Results for

    Show / Hide Table of Contents

    Class BackoffSupervisorBase

    TBD

    Inheritance
    object
    ActorBase
    BackoffSupervisorBase
    BackoffSupervisor
    Implements
    IInternalActor
    Inherited Members
    ActorBase.Sender
    ActorBase.Self
    ActorBase.Context
    ActorBase.AroundReceive(Receive, object)
    ActorBase.Receive(object)
    ActorBase.EmptyReceive
    ActorBase.Unhandled(object)
    ActorBase.Become(Receive)
    ActorBase.BecomeStacked(Receive)
    ActorBase.UnbecomeStacked()
    ActorBase.SetReceiveTimeout(TimeSpan?)
    ActorBase.AroundPreRestart(Exception, object)
    ActorBase.AroundPreStart()
    ActorBase.AroundPostRestart(Exception, object)
    ActorBase.PreRestart(Exception, object)
    ActorBase.PostRestart(Exception)
    ActorBase.AroundPostStop()
    ActorBase.PostStop()
    ActorBase.SupervisorStrategy()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Pattern
    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
    Type Description
    IActorRef
    | Edit this page View Source

    ChildName

    Declaration
    protected string ChildName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ChildProps

    Declaration
    protected Props ChildProps { get; }
    Property Value
    Type Description
    Props
    | Edit this page View Source

    FinalStopMessage

    Declaration
    protected Func<object, bool> FinalStopMessage { get; }
    Property Value
    Type Description
    Func<object, bool>
    | Edit this page View Source

    FinalStopMessageReceived

    Declaration
    protected bool FinalStopMessageReceived { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    ReplyWhileStopped

    Declaration
    protected object ReplyWhileStopped { get; }
    Property Value
    Type Description
    object
    | Edit this page View Source

    Reset

    Declaration
    protected IBackoffReset Reset { get; }
    Property Value
    Type Description
    IBackoffReset
    | Edit this page View Source

    RestartCountN

    Declaration
    protected int RestartCountN { get; set; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    HandleBackoff(object)

    Declaration
    protected bool HandleBackoff(object message)
    Parameters
    Type Name Description
    object message
    Returns
    Type Description
    bool
    | 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
    ActorBase.PreStart()

    Implements

    IInternalActor

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET