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