Package akka.routing
Class NoRoutee$
- java.lang.Object
-
- 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. 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 Instance Methods Concrete Methods Modifier and Type Method Description void
send(java.lang.Object message, ActorRef sender)
-