Skip to content

Instantly share code, notes, and snippets.

@deepakmehra10
Created July 1, 2019 07:37
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 deepakmehra10/17f0ba641801eaf725e1c2da888291be to your computer and use it in GitHub Desktop.
Save deepakmehra10/17f0ba641801eaf725e1c2da888291be to your computer and use it in GitHub Desktop.
public interface ContentService {
public Mono<Post> getPost(int id);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment