This commit is contained in:
Stephane Nicoll 2016-08-10 14:23:19 +02:00
parent 59a24b406a
commit 2a4ee07cb3
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ import org.springframework.util.ClassUtils;
* static imports: ClientWebRequestBuilder.*, ResponseExtractors.*
*
* // should be shared between HTTP calls
* WebClient client = new WebClient(new ReactorHttpClient());
* WebClient client = new WebClient(new ReactorClientHttpConnector());
*
* Mono<String> result = client
* .perform(get("http://example.org/resource").accept(MediaType.TEXT_PLAIN))