Package akka.routing
Interface Routee
- 
- All Known Implementing Classes:
 ActorRefRoutee,ActorSelectionRoutee,NoRoutee$,SeveralRoutees
public interface RouteeAbstraction of a destination for messages routed via aRouter. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsend(java.lang.Object message, ActorRef sender) 
 - 
 
- 
- 
Method Detail
- 
send
void send(java.lang.Object message, ActorRef sender) 
 - 
 
 -