Class NoRoutee$

java.lang.Object
org.apache.pekko.routing.NoRoutee$
All Implemented Interfaces:
Routee

public class NoRoutee$ extends Object implements Routee
Routee that doesn't send the message to any routee. The Router will send the message to deadLetters if NoRoutee is returned from RoutingLogic.select(java.lang.Object, scala.collection.immutable.IndexedSeq<org.apache.pekko.routing.Routee>)
  • Field Details

    • MODULE$

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

    • NoRoutee$

      public NoRoutee$()
  • Method Details