Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created April 2, 2018 12:41
Show Gist options
  • Save deque-blog/b1e2aa2a1bbc002c92b745fa65a28c63 to your computer and use it in GitHub Desktop.
Save deque-blog/b1e2aa2a1bbc002c92b745fa65a28c63 to your computer and use it in GitHub Desktop.
public interface IAccessProfileInfo {
Future<Iterable<ProfileId>> friendsOf(ProfileId profileId);
Future<Set<Topic>> favoriteTopicsOf(ProfileId profileId);
Future<Iterable<PostSummary>> lastPostsOf(ProfileId profileId);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment