Class ClientHttpConnectorAutoConfiguration
java.lang.Object
org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorAutoConfiguration
@AutoConfiguration
@ConditionalOnClass(org.springframework.web.reactive.function.client.WebClient.class)
@Deprecated(since="3.5.0",
forRemoval=true)
public class ClientHttpConnectorAutoConfiguration
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated
Auto-configuration
for
ReactorNettyHttpClientMapper
.- Since:
- 2.1.0
- Author:
- Brian Clozel, Phillip Webb
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Constructor Details
-
ClientHttpConnectorAutoConfiguration
public ClientHttpConnectorAutoConfiguration()Deprecated, for removal: This API element is subject to removal in a future version.
-
ClientHttpConnectorAutoConfiguration
and to align with the deprecation ofReactorNettyHttpClientMapper