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