Uses of Class
org.bremersee.web.reactive.function.client.proxy.InvocationFunctions
-
Packages that use InvocationFunctions Package Description org.bremersee.web.reactive.function.client.proxy -
-
Uses of InvocationFunctions in org.bremersee.web.reactive.function.client.proxy
Methods in org.bremersee.web.reactive.function.client.proxy with parameters of type InvocationFunctions Modifier and Type Method Description WebClientProxyBuilder
WebClientProxyBuilder. commonFunctions(InvocationFunctions functions)
Sets common functions.WebClientProxyBuilder
WebClientProxyBuilder.Default. commonFunctions(InvocationFunctions functions)
WebClientProxyBuilder
WebClientProxyBuilder.Default. methodFunctions(Method method, InvocationFunctions functions)
WebClientProxyBuilder
WebClientProxyBuilder. methodFunctions(Method method, InvocationFunctions functions)
Sets method functions.
-