Identical contents in scala/persistence-query.md and java/persistence-query.md
This commit is contained in:
parent
1d2748cad2
commit
af3b3d3732
3 changed files with 214 additions and 56 deletions
|
|
@ -308,11 +308,11 @@ class PersistenceQueryDocSpec(s: String) extends AkkaSpec(s) {
|
|||
PersistenceQuery(system).readJournalFor[MyScaladslReadJournal](
|
||||
"akka.persistence.query.my-read-journal")
|
||||
|
||||
//#projection-into-different-store-simple
|
||||
//#projection-into-different-store-simple-classes
|
||||
trait ExampleStore {
|
||||
def save(event: Any): Future[Unit]
|
||||
}
|
||||
//#projection-into-different-store-simple
|
||||
//#projection-into-different-store-simple-classes
|
||||
|
||||
//#projection-into-different-store-simple
|
||||
val store: ExampleStore = ???
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue