Class ReceptionistMessages.Find$
java.lang.Object
org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Find$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReceptionistMessages
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReceptionistMessages.Find$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> ReceptionistMessages.Find<T>apply(ServiceKey<T> key, ActorRef<Receptionist.Listing> replyTo) final StringtoString()<T> scala.Option<scala.Tuple2<ServiceKey<T>,ActorRef<Receptionist.Listing>>> unapply(ReceptionistMessages.Find<T> x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Find$
public Find$()
-
-
Method Details
-
toString
-
apply
public <T> ReceptionistMessages.Find<T> apply(ServiceKey<T> key, ActorRef<Receptionist.Listing> replyTo) -
unapply
public <T> scala.Option<scala.Tuple2<ServiceKey<T>,ActorRef<Receptionist.Listing>>> unapply(ReceptionistMessages.Find<T> x$0)
-