Package org.apache.pekko.testkit
Class TestActors
java.lang.Object
org.apache.pekko.testkit.TestActors
A collection of common actor patterns used in tests.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBlackholeActor does nothing for incoming messages, its like a blackhole.static classEchoActor sends back received messages (unmodified).static classForwardActor forwards all messages as-is to specified ActorRef. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TestActors
public TestActors()
-
-
Method Details
-
echoActorProps
-
blackholeProps
-
forwardActorProps
-