Interface UrlEndpointConfig.Builder

    • Method Detail

      • healthUrl

        UrlEndpointConfig.Builder healthUrl​(String healthUrl)

        The health check URL of the URL endpoint type.

        Parameters:
        healthUrl - The health check URL of the URL endpoint type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • url

        UrlEndpointConfig.Builder url​(String url)

        The HTTP URL endpoint.

        Parameters:
        url - The HTTP URL endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.