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
- Alphabetic
- By Inheritance
Inherited
- TestEvent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class Mute (filters: Seq[EventFilter]) extends TestEvent with NoSerializationVerificationNeeded with Product with Serializable
- final case class UnMute (filters: Seq[EventFilter]) extends TestEvent with NoSerializationVerificationNeeded with Product with Serializable
Value Members
- object Mute extends Serializable
- object UnMute extends Serializable