Package akka.testkit
Class TestActors$
- java.lang.Object
-
- akka.testkit.TestActors$
-
public class TestActors$ extends java.lang.Object
A collection of common actor patterns used in tests.
-
-
Field Summary
Fields Modifier and Type Field Description static TestActors$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description TestActors$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Props
blackholeProps()
Props
echoActorProps()
Props
forwardActorProps(ActorRef ref)
-
-
-
Field Detail
-
MODULE$
public static final TestActors$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-