Package akka.routing
Class NoRoutee
- java.lang.Object
-
- akka.routing.NoRoutee
-
public class NoRoutee extends java.lang.Object
Routee
that doesn't send the message to any routee. TheRouter
will send the message todeadLetters
ifNoRoutee
is 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 void
send(java.lang.Object message, ActorRef sender)
-
-
-
Method Detail
-
send
public static void send(java.lang.Object message, ActorRef sender)
-
-