Packages

  • package root
    Definition Classes
    root
  • package akka
    Definition Classes
    root
  • package testkit
    Definition Classes
    akka
  • object TestEvent

    Implementation helpers of the EventFilter facilities: send Mute to the TestEventFilter to install a filter, and UnMute to uninstall it.

    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.

    Definition Classes
    testkit
  • Mute
  • UnMute

object UnMute extends Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnMute
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(filter: EventFilter, filters: EventFilter*): UnMute