Search Results for

    Show / Hide Table of Contents

    Class ActorAssociationEventListener

    Converts an IActorRef into an IAssociationEventListener, so IAssociationEvent messages can be passed directly to the Actor.

    Inheritance
    object
    ActorAssociationEventListener
    Implements
    IAssociationEventListener
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Remote.Transport
    Assembly: Akka.Remote.dll
    Syntax
    public sealed class ActorAssociationEventListener : IAssociationEventListener

    Constructors

    | Edit this page View Source

    ActorAssociationEventListener(IActorRef)

    Initializes a new instance of the ActorAssociationEventListener class.

    Declaration
    public ActorAssociationEventListener(IActorRef actor)
    Parameters
    Type Name Description
    IActorRef actor

    The Actor to notify about IAssociationEvent messages.

    Properties

    | Edit this page View Source

    Actor

    The Actor to notify about IAssociationEvent messages.

    Declaration
    public IActorRef Actor { get; }
    Property Value
    Type Description
    IActorRef

    Methods

    | Edit this page View Source

    Notify(IAssociationEvent)

    Notify the Actor about an IAssociationEvent.

    Declaration
    public void Notify(IAssociationEvent ev)
    Parameters
    Type Name Description
    IAssociationEvent ev

    The IAssociationEvent message to notify the Actor about

    Implements

    IAssociationEventListener

    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