akka.testkit
Class TestActor$

java.lang.Object
  extended by akka.testkit.TestActor$

public class TestActor$
extends java.lang.Object


Field Summary
static TestActor$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
TestActor$()
           
 
Method Summary
 scala.Function1<java.lang.Object,java.lang.Object> FALSE()
           
 Props props(java.util.concurrent.BlockingDeque<TestActor.Message> queue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final TestActor$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

TestActor$

public TestActor$()
Method Detail

FALSE

public scala.Function1<java.lang.Object,java.lang.Object> FALSE()

props

public Props props(java.util.concurrent.BlockingDeque<TestActor.Message> queue)