=clt #17447 Split ClusterClient docs into java/scala

This commit is contained in:
Patrik Nordwall 2015-06-30 16:22:33 +02:00
parent 6e28229fbe
commit 38faafc494
9 changed files with 266 additions and 22 deletions

View file

@ -330,7 +330,6 @@ object PersistenceDocSpec {
//#nested-persist-persist-caller
class MyPersistAsyncActor extends PersistentActor {
override def persistenceId = "my-stable-persistence-id"
@ -351,7 +350,7 @@ object PersistenceDocSpec {
persistAsync(c + "-inner-2") { inner sender() ! inner }
}
}
//#nested-persistAsync-persistAsync
//#nested-persistAsync-persistAsync
}
//#nested-persistAsync-persistAsync-caller