Uses of Interface
org.springframework.web.service.registry.HttpServiceGroupConfigurer
Packages that use HttpServiceGroupConfigurer
Package
Description
Classes supporting the
org.springframework.web.client
package.Classes supporting the
org.springframework.web.reactive.function.client
package.Support for creating a registry of HTTP Service client proxies, and declaring
the proxies as beans.
-
Uses of HttpServiceGroupConfigurer in org.springframework.web.client.support
Subinterfaces of HttpServiceGroupConfigurer in org.springframework.web.client.supportModifier and TypeInterfaceDescriptioninterface
Extension ofHttpServiceGroupConfigurer
to configure groups with aRestClient
.Methods in org.springframework.web.client.support that return types with arguments of type HttpServiceGroupConfigurerModifier and TypeMethodDescriptionClass<? extends HttpServiceGroupConfigurer<RestClient.Builder>>
RestClientHttpServiceGroupAdapter.getConfigurerType()
-
Uses of HttpServiceGroupConfigurer in org.springframework.web.reactive.function.client.support
Subinterfaces of HttpServiceGroupConfigurer in org.springframework.web.reactive.function.client.supportModifier and TypeInterfaceDescriptioninterface
Extension ofHttpServiceGroupConfigurer
to configure groups with aWebClient
.Methods in org.springframework.web.reactive.function.client.support that return types with arguments of type HttpServiceGroupConfigurerModifier and TypeMethodDescriptionClass<? extends HttpServiceGroupConfigurer<WebClient.Builder>>
WebClientHttpServiceGroupAdapter.getConfigurerType()
-
Uses of HttpServiceGroupConfigurer in org.springframework.web.service.registry
Methods in org.springframework.web.service.registry that return types with arguments of type HttpServiceGroupConfigurerModifier and TypeMethodDescriptionClass<? extends HttpServiceGroupConfigurer<CB>>
HttpServiceGroupAdapter.getConfigurerType()
Return the type of configurer that is compatible with this group.