Configure how long to block for the response of an HTTP service method
with a synchronous (blocking) method signature.
Return an empty builder, with the client to be provided to builder.
HttpServiceProxyFactory.Builder.conversionService(cn.taketoday.core.conversion.ConversionService conversionService)
Set the ConversionService to use where input values need to
be formatted as Strings.
Register a custom argument resolver, invoked ahead of default resolvers.
HttpServiceProxyFactory.Builder.embeddedValueResolver(cn.taketoday.core.StringValueResolver embeddedValueResolver)
Set the
StringValueResolver to use for resolving placeholders
and expressions embedded in
HttpExchange.url().
Provide the HTTP client to perform requests through.
Return a builder that's initialized with the given client.
Set the ReactiveAdapterRegistry to use to support different
asynchronous types for HTTP service method return values.