Package akka.testkit

Class TestEvent$


  • public class TestEvent$
    extends java.lang.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 akka.testkit filterEvents and filterException) or on the EventFilter implementations.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static TestEvent$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      TestEvent$()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • TestEvent$

        public TestEvent$()