akka.routing
Class NoRoutee$

java.lang.Object
  extended by akka.routing.NoRoutee$
All Implemented Interfaces:
Routee

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)


Field Summary
static NoRoutee$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
NoRoutee$()
           
 
Method Summary
 void send(java.lang.Object message, ActorRef sender)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final NoRoutee$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

NoRoutee$

public NoRoutee$()
Method Detail

send

public void send(java.lang.Object message,
                 ActorRef sender)
Specified by:
send in interface Routee