akka.routing
Class ActorSelectionRoutee

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

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

Routee that sends the messages to an ActorSelection.

See Also:
Serialized Form

Constructor Summary
ActorSelectionRoutee(ActorSelection selection)
           
 
Method Summary
 ActorSelection selection()
           
 void send(java.lang.Object message, ActorRef sender)
           
 
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

ActorSelectionRoutee

public ActorSelectionRoutee(ActorSelection selection)
Method Detail

selection

public ActorSelection selection()

send

public void send(java.lang.Object message,
                 ActorRef sender)
Specified by:
send in interface Routee