akka.routing
Class AddRoutee

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

public class AddRoutee
extends java.lang.Object
implements RouterManagementMesssage, scala.Product, scala.Serializable

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

See Also:
Serialized Form

Constructor Summary
AddRoutee(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

AddRoutee

public AddRoutee(Routee routee)
Method Detail

routee

public Routee routee()