akka.testkit
Class TestActorRefSpec.ReplyActor

java.lang.Object
  extended by akka.testkit.TestActorRefSpec.ReplyActor
All Implemented Interfaces:
Actor, TestActorRefSpec.TActor
Enclosing class:
TestActorRefSpec

public static class TestActorRefSpec.ReplyActor
extends java.lang.Object
implements TestActorRefSpec.TActor


Nested Class Summary
 
Nested classes/interfaces inherited from interface akka.actor.Actor
Actor.emptyBehavior$
 
Constructor Summary
TestActorRefSpec.ReplyActor()
           
 
Method Summary
 scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receiveT()
           
 ActorRef replyTo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.testkit.TestActorRefSpec.TActor
receive
 
Methods inherited from interface akka.actor.Actor
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, preStart, self, sender, supervisorStrategy, unhandled
 

Constructor Detail

TestActorRefSpec.ReplyActor

public TestActorRefSpec.ReplyActor()
Method Detail

replyTo

public ActorRef replyTo()

receiveT

public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receiveT()
Specified by:
receiveT in interface TestActorRefSpec.TActor