Class HttpServiceClientProperties
java.lang.Object
org.springframework.boot.http.client.autoconfigure.service.HttpServiceClientProperties
Properties for HTTP Service clients.
- Since:
- 4.0.0
- Author:
- Olga Maciaszek-Sharma, Rossen Stoyanchev, Phillip Webb
-
Method Summary
Modifier and TypeMethodDescription@Nullable HttpClientPropertiesReturn theHttpClientPropertiesfor the given named client.
-
Method Details
-
get
Return theHttpClientPropertiesfor the given named client.- Parameters:
name- the service client name- Returns:
- the properties or
null
-