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 akka.testkit filterEvents and filterException) or on the EventFilter implementations.

Source
TestEventListener.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestEvent
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Mute(filters: Seq[EventFilter]) extends TestEvent with NoSerializationVerificationNeeded with Product with Serializable
  2. final case class UnMute(filters: Seq[EventFilter]) extends TestEvent with NoSerializationVerificationNeeded with Product with Serializable

Value Members

  1. object Mute extends Serializable
  2. object UnMute extends Serializable