Package akka.routing

Class NoRoutee$

    • Field Summary

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

      Constructors 
      Constructor Description
      NoRoutee$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void send​(java.lang.Object message, ActorRef sender)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • NoRoutee$

        public NoRoutee$()
    • Method Detail

      • send

        public void send​(java.lang.Object message,
                         ActorRef sender)
        Specified by:
        send in interface Routee