public class NoRoutee extends java.lang.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<akka.routing.Routee>)| Constructor and Description |
|---|
NoRoutee() |
public static void send(java.lang.Object message,
ActorRef sender)