Class HttpServiceClientAutoConfiguration
java.lang.Object
org.springframework.boot.autoconfigure.http.client.service.HttpServiceClientAutoConfiguration
- All Implemented Interfaces:
Aware
,BeanClassLoaderAware
@AutoConfiguration(after={HttpClientAutoConfiguration.class,RestClientAutoConfiguration.class})
@ConditionalOnClass(RestClientAdapter.class)
@ConditionalOnBean(HttpServiceProxyRegistry.class)
@Conditional(org.springframework.boot.autoconfigure.http.client.service.NotReactiveWebApplicationCondition.class)
@EnableConfigurationProperties(HttpClientServiceProperties.class)
public class HttpServiceClientAutoConfiguration
extends Object
implements BeanClassLoaderAware
AutoConfiguration for Spring HTTP Service clients.
This will result in the creation of blocking HTTP Service client beans defined by
@ImportHttpServices
annotations.
- Since:
- 4.0.0
- Author:
- Olga Maciaszek-Sharma, Rossen Stoyanchev, Phillip Webb
-
Method Summary
-
Method Details
-
setBeanClassLoader
- Specified by:
setBeanClassLoader
in interfaceBeanClassLoaderAware
-