org.apache.pekko.testkit.TestEvent$
See theTestEvent companion trait
object 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.
Attributes
- Companion
- trait
- Source
- TestEventListener.scala
- Graph
-
- Supertypes
- Self type
-
TestEvent.type
Members list
Type members
Classlikes
final case class Mute(filters: Seq[EventFilter]) extends TestEvent, NoSerializationVerificationNeeded
Attributes
- Companion
- object
- Source
- TestEventListener.scala
- Supertypes
object Mute
Attributes
- Companion
- class
- Source
- TestEventListener.scala
- Supertypes
- Self type
-
Mute.type
final case class UnMute(filters: Seq[EventFilter]) extends TestEvent, NoSerializationVerificationNeeded
Attributes
- Companion
- object
- Source
- TestEventListener.scala
- Supertypes
Inherited types
The names of the product elements
The name of the type
In this article