Created
May 19, 2018 19:05
-
-
Save joan38/b0ec9d52a0d1ffc54c5e003c93066cf6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| val usersStream = streamsBuilder.streamFromRecord[User]() | |
| val postsStream = streamsBuilder.streamFromRecord[Post]() | |
| val commentsStream = streamsBuilder.streamFromRecord[Comment]() | |
| val likesStream = streamsBuilder.streamFromRecord[Like]() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment