Fix typo in RSocket docs
See gh-19424
This commit is contained in:
committed by
Brian Clozel
parent
ea00ab9919
commit
4555123b7d
@@ -3035,7 +3035,7 @@ The following code shows a typical example:
|
||||
}
|
||||
|
||||
public Mono<User> someRSocketCall(String name) {
|
||||
return this.requester.route("user").data(name)
|
||||
return this.rsocketRequester.route("user").data(name)
|
||||
.retrieveMono(User.class);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user