Interface Receptionist.Deregistered
- All Known Implementing Classes:
ReceptionistMessages.Deregistered
- Enclosing class:
- Receptionist
public static interface Receptionist.Deregistered
Confirmation that the given
pekko.actor.typed.ActorRef no more associated with the ServiceKey in the local receptionist.
Note that this does not guarantee that subscribers has yet seen that the service is deregistered.
Not for user extension
-
Method Summary
Modifier and TypeMethodDescriptionServiceKey<?>getKey()Java API<T> ActorRef<T>getServiceInstance(ServiceKey<T> key) Java APIbooleanisForKey(ServiceKey<?> key) ServiceKey<?>key()Scala API<T> ActorRef<T>serviceInstance(ServiceKey<T> key) Scala API
-
Method Details
-
isForKey
-
key
ServiceKey<?> key()Scala API -
getKey
ServiceKey<?> getKey()Java API -
serviceInstance
Scala APIAlso, see
ServiceKey.Listingfor more convenient pattern matching -
getServiceInstance
Java API
-