Package akka.actor.typed.receptionist
Class ServiceKey.Registered$
- java.lang.Object
-
- akka.actor.typed.receptionist.ServiceKey.Registered$
-
- Enclosing class:
- ServiceKey<T>
public class ServiceKey.Registered$ extends java.lang.Object
Scala API: Provides a type safe pattern match for registration acks
-
-
Constructor Summary
Constructors Constructor Description Registered$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Option<ActorRef<T>>
unapply(Receptionist.Registered l)
-
-
-
Method Detail
-
unapply
public scala.Option<ActorRef<T>> unapply(Receptionist.Registered l)
-
-