Improve documentation of WebClient.Builder::filter
Closes gh-23342
This commit is contained in:
parent
6fdeb10ee0
commit
e8b81ffc16
|
@ -264,7 +264,7 @@ public interface WebClient {
|
||||||
Builder defaultRequest(Consumer<RequestHeadersSpec<?>> defaultRequest);
|
Builder defaultRequest(Consumer<RequestHeadersSpec<?>> defaultRequest);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add the given filter to the filter chain.
|
* Add the given filter to the end of the filter chain.
|
||||||
* @param filter the filter to be added to the chain
|
* @param filter the filter to be added to the chain
|
||||||
*/
|
*/
|
||||||
Builder filter(ExchangeFilterFunction filter);
|
Builder filter(ExchangeFilterFunction filter);
|
||||||
|
|
Loading…
Reference in New Issue