Package akka.actor.typed.receptionist
Class Receptionist.Registered$
- java.lang.Object
-
- akka.actor.typed.receptionist.Receptionist.Registered$
-
- Enclosing class:
- Receptionist
public static class Receptionist.Registered$ extends java.lang.Object
Sent by the receptionist, available here for easier testing
-
-
Field Summary
Fields Modifier and Type Field Description static Receptionist.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> Receptionist.Registered
apply(ServiceKey<T> key, ActorRef<T> serviceInstance)
Scala API
-
-
-
Field Detail
-
MODULE$
public static final Receptionist.Registered$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <T> Receptionist.Registered apply(ServiceKey<T> key, ActorRef<T> serviceInstance)
Scala API
-
-