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