Package akka.testkit
Class TestEvent$
- java.lang.Object
-
- akka.testkit.TestEvent$
-
public class TestEvent$ extends java.lang.Object
Implementation helpers of the EventFilter facilities: sendMute
to the TestEventFilter to install a filter, andUnMute
to uninstall it.You should always prefer the filter methods in the package object (see
akka.testkit
filterEvents
andfilterException
) 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.
-
-