Merge pull request #31091 from aahlenst
* pr/31091: Fix invalid type name in RSocket code example Closes gh-31091
This commit is contained in:
commit
542d0ef0b4
|
@ -1023,7 +1023,7 @@ Two, create a proxy that will perform the declared RSocket exchanges:
|
|||
RSocketRequester requester = ... ;
|
||||
RSocketServiceProxyFactory factory = RSocketServiceProxyFactory.builder(requester).build();
|
||||
|
||||
RepositoryService service = factory.createClient(RadarService.class);
|
||||
RadarService service = factory.createClient(RadarService.class);
|
||||
----
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue