Search Results for

    Show / Hide Table of Contents

    Class ForwardActor

    ForwardActor forwards all messages as-is to specified ActorRef.

    Inheritance
    object
    ActorBase
    UntypedActor
    ReceiveActor
    ForwardActor
    Implements
    IInternalActor
    IInitializableActor
    Inherited Members
    ReceiveActor.OnReceive(object)
    ReceiveActor.Become(Action)
    ReceiveActor.BecomeStacked(Action)
    ReceiveActor.ReceiveAsync<T>(Func<T, Task>, Predicate<T>)
    ReceiveActor.ReceiveAsync<T>(Predicate<T>, Func<T, Task>)
    ReceiveActor.ReceiveAsync(Type, Func<object, Task>, Predicate<object>)
    ReceiveActor.ReceiveAsync(Type, Predicate<object>, Func<object, Task>)
    ReceiveActor.ReceiveAnyAsync(Func<object, Task>)
    ReceiveActor.Receive<T>(Action<T>, Predicate<T>)
    ReceiveActor.Receive<T>(Predicate<T>, Action<T>)
    ReceiveActor.Receive(Type, Action<object>, Predicate<object>)
    ReceiveActor.Receive(Type, Predicate<object>, Action<object>)
    ReceiveActor.Receive<T>(Func<T, bool>)
    ReceiveActor.Receive(Type, Func<object, bool>)
    ReceiveActor.ReceiveAny(Action<object>)
    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.PreStart()
    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.TestKit.TestActors
    Assembly: Akka.TestKit.dll
    Syntax
    public class ForwardActor : ReceiveActor, IInternalActor, IInitializableActor

    Constructors

    | Edit this page View Source

    ForwardActor(IActorRef)

    TBD

    Declaration
    public ForwardActor(IActorRef target)
    Parameters
    Type Name Description
    IActorRef target

    ActorRef to forward messages to

    Methods

    | Edit this page View Source

    Props(IActorRef)

    Returns a Props(IActorRef) object that can be used to create an ForwardActor.

    Declaration
    public static Props Props(IActorRef target)
    Parameters
    Type Name Description
    IActorRef target

    ActorRef to forward messages to

    Returns
    Type Description
    Props

    TBD

    Implements

    IInternalActor
    IInitializableActor

    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