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