+per #16541 java docs for persistence query

This commit is contained in:
Patrik Nordwall & Konrad Malawski 2015-06-08 12:26:19 +02:00 committed by Konrad Malawski
parent f849793f36
commit 893578a8af
12 changed files with 468 additions and 38 deletions

View file

@ -28,8 +28,7 @@ object PersistenceQueryDocSpec {
//#my-read-journal
class MyReadJournal(system: ExtendedActorSystem) extends ReadJournal {
// TODO from config
private val defaulRefreshInterval: FiniteDuration = 3.seconds
private val defaulRefreshInterval = 3.seconds
override def query[T, M](q: Query[T, M], hints: Hint*): Source[T, M] =
q match {