fix table
This commit is contained in:
parent
5bc40a3b61
commit
e6527bb162
1 changed files with 2 additions and 1 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue