Package org.apache.pekko.testkit
Class TestActors$
- java.lang.Object
 - 
- org.apache.pekko.testkit.TestActors$
 
 
- 
public class TestActors$ extends java.lang.ObjectA collection of common actor patterns used in tests. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static TestActors$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description TestActors$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropsblackholeProps()PropsechoActorProps()PropsforwardActorProps(ActorRef ref) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final TestActors$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
 -