Fix table

This commit is contained in:
Sebastian Harko 2017-05-24 23:57:09 +02:00 committed by GitHub
parent 643168747c
commit 5bc40a3b61

View file

@ -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. Persisting, deleting, and replaying messages can either succeed or fail.
|**Method** | **Success** | |**Method** | **Success** |
|---------------------------|------------------------|
|`persist` / `persistAsync` | persist handler invoked| |`persist` / `persistAsync` | persist handler invoked|
|`onPersistRejected` | No automatic actions. | |`onPersistRejected` | No automatic actions. |
|`recovery` | `RecoveryCompleted` | |`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` 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.: 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 }