o

akka.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

Source
Router.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoRoutee
  2. Routee
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def send(message: Any, sender: ActorRef): Unit
    Definition Classes
    NoRouteeRoutee