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