Class Receptionist.Find$
java.lang.Object
org.apache.pekko.actor.typed.receptionist.Receptionist.Find$
- Enclosing class:
- Receptionist
Find message. Query the Receptionist for a list of all Actors implementing the given
protocol at one point in time by sending this command to the Receptionist.ref.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Receptionist.Find$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> scala.Function1<ActorRef<Receptionist.Listing>,Receptionist.Command> apply(ServiceKey<T> key) Special factory to make using Find with ask easierapply(ServiceKey<T> key, ActorRef<Receptionist.Listing> replyTo) Scala API:
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Find$
public Find$()
-
-
Method Details
-
apply
Scala API: -
apply
public <T> scala.Function1<ActorRef<Receptionist.Listing>,Receptionist.Command> apply(ServiceKey<T> key) Special factory to make using Find with ask easier
-