NoRoutee

org.apache.pekko.routing.NoRoutee
object NoRoutee extends 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

Attributes

Source
Router.scala
Graph
Supertypes
trait Routee
class Object
trait Matchable
class Any
Self type
NoRoutee.type

Members list

Value members

Concrete methods

override def send(message: Any, sender: ActorRef): Unit

Attributes

Definition Classes
Source
Router.scala