Package akka.actor.typed.receptionist
Class Receptionist.Listing$
- java.lang.Object
-
- akka.actor.typed.receptionist.Receptionist.Listing$
-
- Enclosing class:
- Receptionist
public static class Receptionist.Listing$ extends java.lang.Object
Sent by the receptionist, available here for easier testing
-
-
Field Summary
Fields Modifier and Type Field Description static Receptionist.Listing$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Listing$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Receptionist.Listing
apply(ServiceKey<T> key, scala.collection.immutable.Set<ActorRef<T>> serviceInstances)
Scala API:<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:
-
-
-
Field Detail
-
MODULE$
public static final Receptionist.Listing$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
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:
-
-