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