InvocationFunctions
public InvocationFunctions(RequestUriSpecBuilder uriSpecBuilder,
RequestUriBuilder uriBuilder,
RequestHeadersBuilder headersBuilder,
RequestCookiesBuilder cookiesBuilder,
RequestBodyInserter bodyInserter,
Predicate<org.springframework.http.HttpStatus> errorDetector,
WebClientErrorDecoder<? extends Throwable> errorDecoder,
RequestResponseBuilder responseBuilder)
Instantiates new invocation functions.
- Parameters:
uriSpecBuilder - the uri spec builder
uriBuilder - the uri builder
headersBuilder - the headers builder
cookiesBuilder - the cookies builder
bodyInserter - the body inserter
errorDetector - the error detector
errorDecoder - the error decoder
responseBuilder - the response builder