Skip to content

Instantly share code, notes, and snippets.

@joan38
Created May 19, 2018 19:05
Show Gist options
  • Select an option

  • Save joan38/b0ec9d52a0d1ffc54c5e003c93066cf6 to your computer and use it in GitHub Desktop.

Select an option

Save joan38/b0ec9d52a0d1ffc54c5e003c93066cf6 to your computer and use it in GitHub Desktop.
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