Interface Receptionist.Deregistered

  • All Known Implementing Classes:
    ReceptionistMessages.Deregistered
    Enclosing class:
    Receptionist

    public static interface Receptionist.Deregistered
    Confirmation that the given 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 Detail

      • isForKey

        boolean isForKey​(ServiceKey<?> key)
      • serviceInstance

        <T> ActorRef<T> serviceInstance​(ServiceKey<T> key)
        Scala API

        Also, see ServiceKey.Listing for more convenient pattern matching