Class Receptionist.Listing$
java.lang.Object
org.apache.pekko.actor.typed.receptionist.Receptionist.Listing$
- Enclosing class:
- Receptionist
Sent by the receptionist, available here for easier testing
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Receptionist.Listing$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(ServiceKey<T> key, scala.collection.immutable.Set<ActorRef<T>> serviceInstances) Scala API:apply(ServiceKey<T> key, scala.collection.immutable.Set<ActorRef<T>> serviceInstances, scala.collection.immutable.Set<ActorRef<T>> allServiceInstances, boolean servicesWereAddedOrRemoved) Scala API:
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Listing$
public Listing$()
-
-
Method Details
-
apply
public <T> Receptionist.Listing apply(ServiceKey<T> key, scala.collection.immutable.Set<ActorRef<T>> serviceInstances) Scala API: -
apply
public <T> Receptionist.Listing apply(ServiceKey<T> key, scala.collection.immutable.Set<ActorRef<T>> serviceInstances, scala.collection.immutable.Set<ActorRef<T>> allServiceInstances, boolean servicesWereAddedOrRemoved) Scala API:
-