|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object akka.actor.ActorSelection$
public class ActorSelection$
An ActorSelection is a logical view of a section of an ActorSystem's tree of Actors, allowing for broadcasting of messages to that section.
Field Summary | |
---|---|
static ActorSelection$ |
MODULE$
Static reference to the singleton instance of this Scala object. |
Constructor Summary | |
---|---|
ActorSelection$()
|
Method Summary | |
---|---|
ActorSelection |
apply(ActorRef anchorRef,
scala.collection.Iterable<java.lang.String> elements)
Construct an ActorSelection from the given string representing a path relative to the given target. |
ActorSelection |
apply(ActorRef anchorRef,
java.lang.String path)
Construct an ActorSelection from the given string representing a path relative to the given target. |
void |
deliverSelection(InternalActorRef anchor,
ActorRef sender,
ActorSelectionMessage sel)
INTERNAL API The receive logic for ActorSelectionMessage. |
ScalaActorSelection |
toScala(ActorSelection sel)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ActorSelection$ MODULE$
Constructor Detail |
---|
public ActorSelection$()
Method Detail |
---|
public ScalaActorSelection toScala(ActorSelection sel)
public ActorSelection apply(ActorRef anchorRef, java.lang.String path)
anchorRef
- (undocumented)path
- (undocumented)
public ActorSelection apply(ActorRef anchorRef, scala.collection.Iterable<java.lang.String> elements)
anchorRef
- (undocumented)elements
- (undocumented)
public void deliverSelection(InternalActorRef anchor, ActorRef sender, ActorSelectionMessage sel)
anchor
- (undocumented)sender
- (undocumented)sel
- (undocumented)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |