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.invokerMethods in org.springframework.web.service.invoker that return HttpServiceProxyFactory.BuilderModifier and TypeMethodDescriptionHttpServiceProxyFactory.Builder.blockTimeout(Duration blockTimeout) Configure how long to wait for a response for an HTTP service method with a synchronous (blocking) method signature.HttpServiceProxyFactory.builder()Return an empty builder, with the client to be provided to builder.HttpServiceProxyFactory.builder(HttpClientAdapter clientAdapter) Return a builder that's initialized with the given client.HttpServiceProxyFactory.Builder.clientAdapter(HttpClientAdapter clientAdapter) Provide the HTTP client to perform requests through.HttpServiceProxyFactory.Builder.conversionService(ConversionService conversionService) Set theConversionServiceto use where input values need to be formatted as Strings.HttpServiceProxyFactory.Builder.customArgumentResolver(HttpServiceArgumentResolver resolver) Register a custom argument resolver, invoked ahead of default resolvers.HttpServiceProxyFactory.Builder.embeddedValueResolver(StringValueResolver embeddedValueResolver) Set theStringValueResolverto use for resolving placeholders and expressions embedded inHttpExchange.url().HttpServiceProxyFactory.Builder.reactiveAdapterRegistry(ReactiveAdapterRegistry registry) Set theReactiveAdapterRegistryto use to support different asynchronous types for HTTP service method return values.