Package akka.testkit
Class TestEvent$
- java.lang.Object
 - 
- akka.testkit.TestEvent$
 
 
- 
public class TestEvent$ extends java.lang.ObjectImplementation helpers of the EventFilter facilities: sendMuteto the TestEventFilter to install a filter, andUnMuteto uninstall it.You should always prefer the filter methods in the package object (see
akka.testkitfilterEventsandfilterException) or on the EventFilter implementations. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static TestEvent$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description TestEvent$() 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final TestEvent$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
 -