akka.routing
Class ActorRefRoutee

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

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

Routee that sends the messages to an ActorRef.

See Also:
Serialized Form

Constructor Summary
ActorRefRoutee(ActorRef ref)
           
 
Method Summary
 ActorRef ref()
           
 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

ActorRefRoutee

public ActorRefRoutee(ActorRef ref)
Method Detail

ref

public ActorRef ref()

send

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