@FunctionalInterface public interface ClientRequestInterceptor
Client request interceptor makes it possible to apply changes to each request before it is sent to the http server
| Modifier and Type | Method and Description |
|---|---|
void |
intercept(ClientRequestContext requestContext)
Has been invoked before a request is sent to the http server
|
void intercept(ClientRequestContext requestContext)
requestContext - provides the data of the request and offers methods to change itCopyright © 2022. All rights reserved.