org.apache.pekko.testkit.TestEvent
See theTestEvent companion object
Implementation helpers of the EventFilter facilities: send Mute to the TestEventListener 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.
Attributes
- Companion
- object
- Source
- TestEventListener.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
In this article