Uses of Class
org.springframework.web.service.invoker.HttpServiceProxyFactory.Builder
Packages that use HttpServiceProxyFactory.Builder
Package
Description
Support for creating a client proxy for an HTTP service annotated with
HttpExchange methods.-
Uses of HttpServiceProxyFactory.Builder in org.springframework.web.service.invoker
Methods in org.springframework.web.service.invoker that return HttpServiceProxyFactory.BuilderModifier and TypeMethodDescriptionHttpServiceProxyFactory.Builder.addCustomResolver(HttpServiceArgumentResolver resolver) Register a custom argument resolver.HttpServiceProxyFactory.builder(HttpClientAdapter adapter) Return a builder for anHttpServiceProxyFactory.HttpServiceProxyFactory.Builder.setBlockTimeout(Duration blockTimeout) Configure how long to wait for a response for an HTTP service method with a synchronous (blocking) method signature.HttpServiceProxyFactory.Builder.setConversionService(ConversionService conversionService) Set theConversionServiceto use where input values need to be formatted as Strings.HttpServiceProxyFactory.Builder.setReactiveAdapterRegistry(ReactiveAdapterRegistry registry) Set theReactiveAdapterRegistryto use to support different asynchronous types for HTTP service method return values.