Interface Receptionist.Listing

    • Method Detail

      • isForKey

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

        <T> scala.collection.immutable.Set<ActorRef<T>> serviceInstances​(ServiceKey<T> key)
        Scala API

        Also, see ServiceKey.Listing for more convenient pattern matching

        Parameters:
        key - (undocumented)
        Returns:
        (undocumented)
      • getServiceInstances

        <T> java.util.Set<ActorRef<T>> getServiceInstances​(ServiceKey<T> key)
        Java API