Class ReactiveHttpServiceClientAutoConfiguration
java.lang.Object
org.springframework.boot.webclient.autoconfigure.service.ReactiveHttpServiceClientAutoConfiguration
- All Implemented Interfaces:
Aware
,BeanClassLoaderAware
@AutoConfiguration(after={ClientHttpConnectorAutoConfiguration.class,WebClientAutoConfiguration.class})
@ConditionalOnClass(WebClientAdapter.class)
@ConditionalOnBean(HttpServiceProxyRegistry.class)
@EnableConfigurationProperties(ReactiveHttpClientServiceProperties.class)
public final class ReactiveHttpServiceClientAutoConfiguration
extends Object
implements BeanClassLoaderAware
AutoConfiguration for Spring reactive HTTP Service Clients backed by
WebClient
.- Since:
- 4.0.0
- Author:
- Olga Maciaszek-Sharma, Rossen Stoyanchev, Phillip Webb
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReactiveHttpServiceClientAutoConfiguration
public ReactiveHttpServiceClientAutoConfiguration()
-
-
Method Details
-
setBeanClassLoader
- Specified by:
setBeanClassLoader
in interfaceBeanClassLoaderAware
-