Search Results for

    Show / Hide Table of Contents

    Namespace Akka.TestKit.TestActors

    Classes

    BlackHoleActor

    A BlackHoleActor is an actor that silently accepts any messages sent to it.

    EchoActor

    An EchoActor is an actor that echoes whatever is sent to it, to the TestKit's TestActor. By default it also echoes back to the sender, unless the sender is the TestActor (in this case the TestActor will only receive one message).

    ForwardActor

    ForwardActor forwards all messages as-is to specified ActorRef.

    SimpleEchoActor

    An SimpleEchoActor is an actor that echoes whatever is sent to it, to the Sender.

    UnhandledMessageActor

    An UnhandledMessageActor is an actor that don't handle any message sent to it. An UnhandledMessage will be generated as result of handling any message

    In this article
    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