Skip to content

Instantly share code, notes, and snippets.

@bhawna94
Created May 14, 2019 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhawna94/b82635f693ccc483b81a46fe772e54fd to your computer and use it in GitHub Desktop.
Save bhawna94/b82635f693ccc483b81a46fe772e54fd to your computer and use it in GitHub Desktop.
public Mono<UserDetails> callToExternalService() {
return client
.get()
.uri("posts/1")
.retrieve()
.bodyToMono(UserDetails.class);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment