Class HttpServiceClientAutoConfiguration
java.lang.Object
org.springframework.boot.restclient.autoconfigure.service.HttpServiceClientAutoConfiguration
- All Implemented Interfaces:
Aware
,BeanClassLoaderAware
@AutoConfiguration(after={HttpClientAutoConfiguration.class,RestClientAutoConfiguration.class})
@ConditionalOnClass(RestClientAdapter.class)
@ConditionalOnBean(HttpServiceProxyRegistry.class)
@Conditional(org.springframework.boot.restclient.autoconfigure.service.NotReactiveWebApplicationCondition.class)
@EnableConfigurationProperties(HttpClientServiceProperties.class)
public final class HttpServiceClientAutoConfiguration
extends Object
implements BeanClassLoaderAware
AutoConfiguration for Spring HTTP Service clients backed by
RestClient
.- Since:
- 4.0.0
- Author:
- Olga Maciaszek-Sharma, Rossen Stoyanchev, Phillip Webb
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HttpServiceClientAutoConfiguration
public HttpServiceClientAutoConfiguration()
-
-
Method Details
-
setBeanClassLoader
- Specified by:
setBeanClassLoader
in interfaceBeanClassLoaderAware
-