Search Results for

    Show / Hide Table of Contents

    Class ClusterClientDiscovery

    Inheritance
    object
    ActorBase
    UntypedActor
    ClusterClientDiscovery
    Implements
    IInternalActor
    IWithUnboundedStash
    IWithUnrestrictedStash
    IActorStash
    IRequiresMessageQueue<IUnboundedDequeBasedMessageQueueSemantics>
    IWithTimers
    Inherited Members
    UntypedActor.Receive(object)
    UntypedActor.RunTask(Action)
    UntypedActor.RunTask(Func<Task>)
    UntypedActor.Become(UntypedReceive)
    UntypedActor.BecomeStacked(UntypedReceive)
    UntypedActor.Context
    ActorBase.Sender
    ActorBase.Self
    ActorBase.AroundReceive(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.SupervisorStrategy()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Cluster.Tools.Client
    Assembly: Akka.Cluster.Tools.dll
    Syntax
    public class ClusterClientDiscovery : UntypedActor, IInternalActor, IWithUnboundedStash, IWithUnrestrictedStash, IActorStash, IRequiresMessageQueue<IUnboundedDequeBasedMessageQueueSemantics>, IWithTimers

    Constructors

    | Edit this page View Source

    ClusterClientDiscovery(ClusterClientSettings)

    Declaration
    public ClusterClientDiscovery(ClusterClientSettings settings)
    Parameters
    Type Name Description
    ClusterClientSettings settings

    Properties

    | Edit this page View Source

    Stash

    Gets or sets the stash. This will be automatically populated by the framework AFTER the constructor has been run. Implement this as an auto property.

    Declaration
    public IStash Stash { get; set; }
    Property Value
    Type Description
    IStash

    The stash.

    | Edit this page View Source

    Timers

    Gets or sets the TimerScheduler. This will be automatically populated by the framework in base constructor. Implement this as an auto property.

    Declaration
    public ITimerScheduler Timers { get; set; }
    Property Value
    Type Description
    ITimerScheduler

    Methods

    | Edit this page View Source

    OnReceive(object)

    To be implemented by concrete UntypedActor, this defines the behavior of the UntypedActor. This method is called for every message received by the actor.

    Declaration
    protected override void OnReceive(object message)
    Parameters
    Type Name Description
    object message

    The message.

    Overrides
    UntypedActor.OnReceive(object)
    | Edit this page View Source

    PostStop()

    User overridable callback.

    Is called asynchronously after 'actor.stop()' is invoked. Empty default implementation.
    Declaration
    protected override void PostStop()
    Overrides
    ActorBase.PostStop()
    | 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
    IWithUnboundedStash
    IWithUnrestrictedStash
    IActorStash
    IRequiresMessageQueue<T>
    IWithTimers

    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