Package org.apache.pekko.actor
Class ActorSelection$
java.lang.Object
org.apache.pekko.actor.ActorSelection$
- All Implemented Interfaces:
Serializable
An ActorSelection is a logical view of a section of an ActorSystem's tree of Actors,
allowing for broadcasting of messages to that section.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ActorSelection$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConstruct an ActorSelection from the given string representing a path relative to the given target.Construct an ActorSelection from the given string representing a path relative to the given target.toScala(ActorSelection sel)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ActorSelection$
public ActorSelection$()
-
-
Method Details
-
toScala
-
apply
Construct an ActorSelection from the given string representing a path relative to the given target. This operation has to create all the matching magic, so it is preferable to cache its result if the intention is to send messages frequently. -
apply
Construct an ActorSelection from the given string representing a path relative to the given target. This operation has to create all the matching magic, so it is preferable to cache its result if the intention is to send messages frequently.
-