Package org.apache.pekko.routing
Class NoRoutee$
- java.lang.Object
-
- org.apache.pekko.routing.NoRoutee$
-
- All Implemented Interfaces:
Routee
public class NoRoutee$ extends java.lang.Object implements Routee
Routeethat doesn't send the message to any routee. TheRouterwill send the message todeadLettersifNoRouteeis returned fromRoutingLogic.select(java.lang.Object, scala.collection.immutable.IndexedSeq<org.apache.pekko.routing.Routee>)
-
-
Constructor Summary
Constructors Constructor Description NoRoutee$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsend(java.lang.Object message, ActorRef sender)
-