TestEvent

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
trait Sum
trait Mirror
class Object
trait Matchable
class Any
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
trait Serializable
trait Product
trait Equals
trait TestEvent
class Object
trait Matchable
class Any
Show all
object Mute

Attributes

Companion
class
Source
TestEventListener.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Mute.type
final case class UnMute(filters: Seq[EventFilter]) extends TestEvent, NoSerializationVerificationNeeded

Attributes

Companion
object
Source
TestEventListener.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait TestEvent
class Object
trait Matchable
class Any
Show all
object UnMute

Attributes

Companion
class
Source
TestEventListener.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
UnMute.type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala