Class ServiceHttpClientConfiguration

java.lang.Object
io.micronaut.http.client.HttpClientConfiguration
io.micronaut.http.client.ServiceHttpClientConfiguration
All Implemented Interfaces:
ClientContextPathProvider

@EachProperty("micronaut.http.services") public class ServiceHttpClientConfiguration extends HttpClientConfiguration implements ClientContextPathProvider
Allows defining HTTP client configurations via the micronaut.http.services setting.
Since:
1.0
Author:
graemerocher