You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.