TestEvent

org.apache.pekko.testkit.TestEvent
See theTestEvent companion object
sealed trait TestEvent

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 Object
trait Matchable
class Any
Known subtypes
class Mute
class UnMute
In this article