akka.routing
Class ConsistentRoutee

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

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

See Also:
Serialized Form

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

Constructor Detail

ConsistentRoutee

public ConsistentRoutee(Routee routee,
                        Address selfAddress)
Method Detail

routee

public Routee routee()

selfAddress

public Address selfAddress()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object