Uses of Interface
org.bremersee.web.reactive.function.client.proxy.WebClientProxyBuilder
-
Packages that use WebClientProxyBuilder Package Description org.bremersee.web.reactive.function.client.proxy -
-
Uses of WebClientProxyBuilder in org.bremersee.web.reactive.function.client.proxy
Classes in org.bremersee.web.reactive.function.client.proxy that implement WebClientProxyBuilder Modifier and Type Class Description static class
WebClientProxyBuilder.Default
The default web client proxy builder.Methods in org.bremersee.web.reactive.function.client.proxy that return WebClientProxyBuilder Modifier and Type Method Description WebClientProxyBuilder
WebClientProxyBuilder. commonFunctions(InvocationFunctions functions)
Sets common functions.WebClientProxyBuilder
WebClientProxyBuilder.Default. commonFunctions(InvocationFunctions functions)
static WebClientProxyBuilder
WebClientProxyBuilder. defaultBuilder()
Default web client proxy builder.WebClientProxyBuilder
WebClientProxyBuilder.Default. methodFunctions(Method method, InvocationFunctions functions)
WebClientProxyBuilder
WebClientProxyBuilder. methodFunctions(Method method, InvocationFunctions functions)
Sets method functions.WebClientProxyBuilder
WebClientProxyBuilder.Default. webClient(org.springframework.web.reactive.function.client.WebClient webClient)
WebClientProxyBuilder
WebClientProxyBuilder. webClient(org.springframework.web.reactive.function.client.WebClient webClient)
Sets web client.
-