Package akka.routing
Class NoRoutee$
- java.lang.Object
 - 
- akka.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<akka.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) 
 -