Search Results for

    Show / Hide Table of Contents

    Class ActorHandleEventListener

    Converts an IActorRef into an IHandleEventListener, so IHandleEvent messages can be passed directly to the Actor.

    Inheritance
    object
    ActorHandleEventListener
    Implements
    IHandleEventListener
    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 ActorHandleEventListener : IHandleEventListener

    Constructors

    | Edit this page View Source

    ActorHandleEventListener(IActorRef)

    Initializes a new instance of the ActorHandleEventListener class.

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

    The Actor to notify about IHandleEvent messages.

    Fields

    | Edit this page View Source

    Actor

    The Actor to notify about IHandleEvent messages.

    Declaration
    public readonly IActorRef Actor
    Field Value
    Type Description
    IActorRef

    Methods

    | Edit this page View Source

    Notify(IHandleEvent)

    Notify the Actor about an IHandleEvent message.

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

    The IHandleEvent message to notify the Actor about

    Implements

    IHandleEventListener

    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