=sam update leveldb dependencies and doc links
(cherry picked from commit 8291bc0aca504851d0619815c98c760a7d458d18)
This commit is contained in:
parent
99459b0d4f
commit
bdef50eb8d
9 changed files with 21 additions and 6 deletions
|
|
@ -27,7 +27,7 @@ Custom storage locations for the journal and snapshots can be defined in
|
|||
<h2>Persistent actor</h2>
|
||||
<p>
|
||||
<a href="#code/src/main/scala/sample/persistence/PersistentActorExample.scala" class="shortcut">PersistentActorExample.scala</a>
|
||||
is described in detail in the <a href="http://doc.akka.io/docs/akka/2.3-SNAPSHOT/scala/persistence.html#event-sourcing" target="_blank">Event sourcing</a>
|
||||
is described in detail in the <a href="http://doc.akka.io/docs/akka/2.4-SNAPSHOT/scala/persistence.html#event-sourcing" target="_blank">Event sourcing</a>
|
||||
section of the user documentation. With every application run, the <code>ExamplePersistentActor</code> is recovered from
|
||||
events stored in previous application runs, processes new commands, stores new events and snapshots and prints the
|
||||
current persistent actor state to <code>stdout</code>.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue