Package akka.routing
Class NoRoutee
- java.lang.Object
-
- akka.routing.NoRoutee
-
public class NoRoutee extends java.lang.ObjectRouteethat doesn't send the message to any routee. TheRouterwill send the message todeadLettersifNoRouteeis returned fromRoutingLogic.select(java.lang.Object, scala.collection.immutable.IndexedSeq<akka.routing.Routee>)
-
-
Constructor Summary
Constructors Constructor Description NoRoutee()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsend(java.lang.Object message, ActorRef sender)
-
-
-
Method Detail
-
send
public static void send(java.lang.Object message, ActorRef sender)
-
-