diff --git a/akka-docs/src/main/paradox/scala/persistence.md b/akka-docs/src/main/paradox/scala/persistence.md index 25b77d47fd..cfc398623d 100644 --- a/akka-docs/src/main/paradox/scala/persistence.md +++ b/akka-docs/src/main/paradox/scala/persistence.md @@ -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` | @@ -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 } \ No newline at end of file +@@snip [PersistenceMultiDocSpec.scala]($code$/scala/docs/persistence/PersistenceMultiDocSpec.scala) { #override-config }