Package akka.testkit
Class TestActor$
- java.lang.Object
-
- akka.testkit.TestActor$
-
public class TestActor$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static TestActor$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description TestActor$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Function1<java.lang.Object,java.lang.Object>
FALSE()
Props
props(java.util.concurrent.BlockingDeque<TestActor.Message> queue)
-
-
-
Field Detail
-
MODULE$
public static final TestActor$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
FALSE
public scala.Function1<java.lang.Object,java.lang.Object> FALSE()
-
props
public Props props(java.util.concurrent.BlockingDeque<TestActor.Message> queue)
-
-