Interface ServiceInstanceList

    • Method Detail

      • getID

        java.lang.String getID()
        Returns:
        The service ID
      • getInstances

        java.util.List<ServiceInstance> getInstances()
        Returns the current list of services. Note: This method should NEVER block.
        Returns:
        The instances
      • getContextPath

        default java.util.Optional<java.lang.String> getContextPath()
        Returns:
        The context path to use for requests to the service.