Improve documentation of WebClient.Builder::filter

Closes gh-23342
This commit is contained in:
Arjen Poutsma 2019-11-20 11:55:25 +01:00
parent 6fdeb10ee0
commit e8b81ffc16
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ public interface WebClient {
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
*/
Builder filter(ExchangeFilterFunction filter);