akka.testkit
Class TestActors$

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

public class TestActors$
extends java.lang.Object

A collection of common actor patterns used in tests.


Field Summary
static TestActors$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
TestActors$()
           
 
Method Summary
 Props echoActorProps()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

TestActors$

public TestActors$()
Method Detail

echoActorProps

public Props echoActorProps()