Package akka.testkit
Class TestProbe$
- java.lang.Object
 - 
- akka.testkit.TestProbe$
 
 
- 
public class TestProbe$ extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static TestProbe$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description TestProbe$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestProbeapply(ActorSystem system)TestProbeapply(java.lang.String name, ActorSystem system) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final TestProbe$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
apply
public TestProbe apply(ActorSystem system)
 
- 
apply
public TestProbe apply(java.lang.String name, ActorSystem system)
 
 - 
 
 -