Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.TestKit.TestActors
BlackHoleActor Class
EchoActor Class
Akka.TestKit.TestActors Namespace
The Akka.TestKit.TestActors namespace contains classes that provide basic actors used for testing purposes.
Classes
Class
Description
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).
Akka.NET Home
|
Learn Akka.NET