Class TestEvent$

java.lang.Object
org.apache.pekko.testkit.TestEvent$

public class TestEvent$ extends Object
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.

  • Field Details

    • MODULE$

      public static final TestEvent$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • TestEvent$

      public TestEvent$()