Class ReceptionistMessages.Listing$
- java.lang.Object
-
- akka.actor.typed.internal.receptionist.ReceptionistMessages.Listing$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ReceptionistMessages
public static class ReceptionistMessages.Listing$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ReceptionistMessages.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> ReceptionistMessages.Listing<T>
apply(ServiceKey<T> key, scala.collection.immutable.Set<ActorRef<T>> _serviceInstances, scala.collection.immutable.Set<ActorRef<T>> _allServiceInstances, boolean servicesWereAddedOrRemoved)
java.lang.String
toString()
<T> scala.Option<scala.Tuple4<ServiceKey<T>,scala.collection.immutable.Set<ActorRef<T>>,scala.collection.immutable.Set<ActorRef<T>>,java.lang.Object>>
unapply(ReceptionistMessages.Listing<T> x$0)
-
-
-
Field Detail
-
MODULE$
public static final ReceptionistMessages.Listing$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
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>>,scala.collection.immutable.Set<ActorRef<T>>,java.lang.Object>> unapply(ReceptionistMessages.Listing<T> x$0)
-
-