Interface CaravanHttpClient


  • @ProviderType
    public interface CaravanHttpClient
    Resilient HTTP transport layer that can execute any request asynchronously and applying software load balancing and circuit breaking.
    • Method Detail

      • hasValidConfiguration

        boolean hasValidConfiguration​(String serviceId)
        Checks if a valid configuration exists for the given service ID. This does not mean that the host name is correct or returns correct responses, it only checks that the minimum required configuration properties are set to a value.
        Parameters:
        serviceId - Service ID
        Returns:
        true if configuration is valid