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>)| Modifier and Type | Field and Description |
|---|---|
static NoRoutee$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
NoRoutee$() |
| Modifier and Type | Method and Description |
|---|---|
void |
send(java.lang.Object message,
ActorRef sender) |