Interface ServiceClient

All Known Implementing Classes:
ServiceClientImpl

public interface ServiceClient
Mid-level client that provides an API similar to low-level HttpClient, but accepts RequestBuilder instead of Request, and internally handles service location and retries. In most cases, this client is further wrapped in a high-level client like OverlordClient.