akka.testkit
Class TestActorRefSpec.WrappedTerminated

java.lang.Object
  extended by akka.testkit.TestActorRefSpec.WrappedTerminated
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
TestActorRefSpec

public static class TestActorRefSpec.WrappedTerminated
extends java.lang.Object
implements scala.Product, scala.Serializable

Forwarding Terminated to non-watching testActor is not possible, and therefore the Terminated message is wrapped.

See Also:
Serialized Form

Constructor Summary
TestActorRefSpec.WrappedTerminated(Terminated t)
           
 
Method Summary
 Terminated t()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

TestActorRefSpec.WrappedTerminated

public TestActorRefSpec.WrappedTerminated(Terminated t)
Method Detail

t

public Terminated t()