Package org.apache.pekko.testkit
Class TestEvent$
java.lang.Object
org.apache.pekko.testkit.TestEvent$
Implementation helpers of the EventFilter facilities: send
Mute
to the TestEventFilter to install a filter, and UnMute
to
uninstall it.
You should always prefer the filter methods in the package object
(see org.apache.pekko.testkit
filterEvents
and filterException
) or on the
EventFilter implementations.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TestEvent$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
TestEvent$
public TestEvent$()
-