Search Results for

    Show / Hide Table of Contents

    Class InternalTestActor

    An actor that enqueues received messages to a BlockingCollection<T>. Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.

    Inheritance
    Object
    ActorBase
    UntypedActor
    InternalTestActor
    Implements
    IInternalActor
    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.IInternalActor.ActorContext
    ActorBase.AroundReceive(Receive, Object)
    ActorBase.EmptyReceive
    ActorBase.Unhandled(Object)
    ActorBase.Become(Receive)
    ActorBase.BecomeStacked(Receive)
    ActorBase.UnbecomeStacked()
    ActorBase.SetReceiveTimeout(Nullable<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.Internal
    Assembly: Akka.TestKit.dll
    Syntax
    public class InternalTestActor : UntypedActor, IInternalActor

    Constructors

    | Improve this Doc View Source

    InternalTestActor(ITestActorQueue<MessageEnvelope>)

    TBD

    Declaration
    public InternalTestActor(ITestActorQueue<MessageEnvelope> queue)
    Parameters
    Type Name Description
    ITestActorQueue<MessageEnvelope> queue

    TBD

    Methods

    | Improve this Doc View Source

    OnReceive(Object)

    TBD

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

    TBD

    Overrides
    UntypedActor.OnReceive(Object)

    Implements

    IInternalActor

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(Object)
    In This Article
    • githubImprove this Doc
    • 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