public class ActorSelectionRoutee extends java.lang.Object implements Routee, scala.Product, scala.Serializable
Routee
that sends the messages to an ActorSelection
.Constructor and Description |
---|
ActorSelectionRoutee(ActorSelection selection) |
Modifier and Type | Method and Description |
---|---|
ActorSelection |
selection() |
void |
send(java.lang.Object message,
ActorRef sender) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ActorSelectionRoutee(ActorSelection selection)
public ActorSelection selection()