fix table

This commit is contained in:
Sebastian Harko 2017-05-24 23:58:39 +02:00 committed by GitHub
parent 5bc40a3b61
commit e6527bb162

View file

@ -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` |
@ -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 }