Class ReceptionistMessages.Subscribe$
- java.lang.Object
-
- akka.actor.typed.internal.receptionist.ReceptionistMessages.Subscribe$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ReceptionistMessages
public static class ReceptionistMessages.Subscribe$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ReceptionistMessages.Subscribe$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Subscribe$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> ReceptionistMessages.Subscribe<T>
apply(ServiceKey<T> key, ActorRef<Receptionist.Listing> subscriber)
java.lang.String
toString()
<T> scala.Option<scala.Tuple2<ServiceKey<T>,ActorRef<Receptionist.Listing>>>
unapply(ReceptionistMessages.Subscribe<T> x$0)
-
-
-
Field Detail
-
MODULE$
public static final ReceptionistMessages.Subscribe$ 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.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)
-
-