akka.routing
Class RemoveRoutee

java.lang.Object
  extended by akka.routing.RemoveRoutee
All Implemented Interfaces:
RouterManagementMesssage, java.io.Serializable, scala.Equals, scala.Product

public class RemoveRoutee
extends java.lang.Object
implements RouterManagementMesssage, scala.Product, scala.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 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.

See Also:
Serialized Form

Constructor Summary
RemoveRoutee(Routee routee)
           
 
Method Summary
 Routee routee()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

RemoveRoutee

public RemoveRoutee(Routee routee)
Method Detail

routee

public Routee routee()