Skip to content

Commit

Permalink
Merge pull request akka#23031 from sebastianharko/master
Browse files Browse the repository at this point in the history
Docs: fix table in docs for akka persistence
  • Loading branch information
2m authored May 25, 2017
2 parents 6431687 + e6527bb commit 8563831
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion akka-docs/src/main/paradox/java/persistence.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ Message deletion doesn't affect the highest sequence number of the journal, even
Persisting, deleting and replaying messages can either succeed or fail.

|**Method** | **Success** |
|---------------------------|------------------------|
|`persist` / `persistAsync` | persist handler invoked|
|`onPersistRejected` | No automatic actions. |
|`recovery` | `RecoverySuccess` |
Expand Down Expand Up @@ -1121,4 +1122,4 @@ the actor or view will be serviced by these specific persistence plugins instead
Note that `journalPluginId` and `snapshotPluginId` must refer to properly configured `reference.conf`
plugin entries with a standard `class` property as well as settings which are specific for those plugins, i.e.:

@@snip [PersistenceMultiDocSpec.scala]($code$/scala/docs/persistence/PersistenceMultiDocSpec.scala) { #override-config }
@@snip [PersistenceMultiDocSpec.scala]($code$/scala/docs/persistence/PersistenceMultiDocSpec.scala) { #override-config }
3 changes: 2 additions & 1 deletion akka-docs/src/main/paradox/scala/persistence.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ Message deletion doesn't affect the highest sequence number of the journal, even
Persisting, deleting, and replaying messages can either succeed or fail.

|**Method** | **Success** |
|---------------------------|------------------------|
|`persist` / `persistAsync` | persist handler invoked|
|`onPersistRejected` | No automatic actions. |
|`recovery` | `RecoveryCompleted` |
Expand Down Expand Up @@ -1118,4 +1119,4 @@ the actor or view will be serviced by these specific persistence plugins instead
Note that `journalPluginId` and `snapshotPluginId` must refer to properly configured `reference.conf`
plugin entries with a standard `class` property as well as settings which are specific for those plugins, i.e.:

@@snip [PersistenceMultiDocSpec.scala]($code$/scala/docs/persistence/PersistenceMultiDocSpec.scala) { #override-config }
@@snip [PersistenceMultiDocSpec.scala]($code$/scala/docs/persistence/PersistenceMultiDocSpec.scala) { #override-config }

0 comments on commit 8563831

Please sign in to comment.