|
|
|
|
@ -5912,7 +5912,7 @@ The following code shows a typical example:
@@ -5912,7 +5912,7 @@ The following code shows a typical example:
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public Mono<Details> someRestCall(String name) { |
|
|
|
|
return this.webClient.get().url("/{name}/details", name) |
|
|
|
|
return this.webClient.get().uri("/{name}/details", name) |
|
|
|
|
.retrieve().bodyToMono(Details.class); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|