Class webClientHttpServiceGroupAdapter
java.lang.Object
org.springframework.web.reactive.function.client.support.webClientHttpServiceGroupAdapter
- All Implemented Interfaces:
HttpServiceGroupAdapter<webClient.Builder>
public class webClientHttpServiceGroupAdapter
extends Object
implements HttpServiceGroupAdapter<webClient.Builder>
Adapter for groups backed by
webClient.- Since:
- 7.0
- Author:
- Rossen Stoyanchev
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate a client builder instance.createExchangeAdapter(webClient.Builder clientBuilder) Use the client builder to create anHttpExchangeAdapterto use to initialize theHttpServiceProxyFactoryfor the group.Class<? extends HttpServiceGroupConfigurer<webClient.Builder>> Return the type of configurer that is compatible with this group.
-
Constructor Details
-
webClientHttpServiceGroupAdapter
public webClientHttpServiceGroupAdapter()
-
-
Method Details
-
createClientBuilder
Description copied from interface:HttpServiceGroupAdapterCreate a client builder instance.- Specified by:
createClientBuilderin interfaceHttpServiceGroupAdapter<webClient.Builder>
-
getConfigurerType
Description copied from interface:HttpServiceGroupAdapterReturn the type of configurer that is compatible with this group.- Specified by:
getConfigurerTypein interfaceHttpServiceGroupAdapter<webClient.Builder>
-
createExchangeAdapter
Description copied from interface:HttpServiceGroupAdapterUse the client builder to create anHttpExchangeAdapterto use to initialize theHttpServiceProxyFactoryfor the group.- Specified by:
createExchangeAdapterin interfaceHttpServiceGroupAdapter<webClient.Builder>
-