mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 16:29:28 +00:00
Improve documentation of WebClient.Builder::filter
Closes gh-23342
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user