Package akka.testkit

Class JavaTestKit.IgnoreMsg

  • Enclosing class:
    JavaTestKit

    public abstract class JavaTestKit.IgnoreMsg
    extends java.lang.Object
    Ignore all messages in the test actor for which the given function returns true.
    • Constructor Summary

      Constructors 
      Constructor Description
      IgnoreMsg()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      protected abstract boolean ignore​(java.lang.Object msg)  
      • Methods inherited from class java.lang.Object

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

      • IgnoreMsg

        public IgnoreMsg()
    • Method Detail

      • ignore

        protected abstract boolean ignore​(java.lang.Object msg)