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.


Nested Class Summary
static class TestActors.EchoActor
          EchoActor sends back received messages (unmodified).
 
Constructor Summary
TestActors()
           
 
Method Summary
static Props echoActorProps()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestActors

public TestActors()
Method Detail

echoActorProps

public static Props echoActorProps()