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