Skip to content

Stream Queries to Multiple Streaming Libraries

Compare
Choose a tag to compare
@sullivan- sullivan- released this 25 Mar 15:54
· 167 commits to master since this release

[0.22.0] - 2017.03.25 - Stream Queries to Multiple Streaming Libraries

  • 2017.03.24 - Rename Repo.retrieveByQuery to Repo.queryToFutureVec. The return type of this
    method has also been adjusted from Future[Seq[PState[P]]] to Future[Vector[PState[P]]].
  • 2017.03.24 - Add method Repo.queryToItereator.
  • 2017.03.24 - Rename Repo.streamByQuery to Repo.queryToAkkaStream.
  • 2017.03.24 - Add method Repo.queryToFS2.
  • 2017.03.24 - Add method Repo.queryToIterateeIo.
  • 2017.03.24 - Add method Repo.queryToPlay.