c

akka.routing

RemoveRoutee

final case class RemoveRoutee(routee: Routee) extends RouterManagementMesssage with Product with Serializable

Remove a specific routee by sending this message to the router. It may be handled after other messages.

For a pool, with child routees, the routee is stopped by sending a akka.actor.PoisonPill to the routee. Precautions are taken reduce the risk of dropping messages that are concurrently being routed to the removed routee, but there are no guarantees.

Annotations
@SerialVersionUID()
Source
RouterConfig.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, RouterManagementMesssage, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RemoveRoutee
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. RouterManagementMesssage
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RemoveRoutee(routee: Routee)

Value Members

  1. val routee: Routee