Fix table
This commit is contained in:
parent
643168747c
commit
5bc40a3b61
1 changed files with 2 additions and 1 deletions
|
|
@ -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 }
|
||||
@@snip [PersistenceMultiDocSpec.scala]($code$/scala/docs/persistence/PersistenceMultiDocSpec.scala) { #override-config }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue