=per #18219 Find plugin constructor automatically
This commit is contained in:
parent
e19d3cb3e8
commit
7ec0493923
7 changed files with 68 additions and 16 deletions
|
|
@ -29,17 +29,13 @@ object PersistenceMultiDocSpec {
|
|||
class = "akka.persistence.chronicle.ChronicleSyncJournal"
|
||||
# Custom setting specific for the journal `ChronicleSyncJournal`.
|
||||
folder = ${user.dir}/store/journal
|
||||
# Standard persistence extension property: plugin actor uses config injection.
|
||||
inject-config = true
|
||||
}
|
||||
}
|
||||
# Configuration entry for the custom snapshot store plugin, see `snapshotPluginId`.
|
||||
akka.persistence.chronicle.snapshot-store {
|
||||
# Standard persistence extension property: provider FQCN.
|
||||
class = "akka.persistence.chronicle.ChronicleSnapshotStore"
|
||||
# Custom setting specific for the snapshot store `ChronicleSnapshotStore`.
|
||||
folder = ${user.dir}/store/snapshot
|
||||
# Standard persistence extension property: plugin actor uses config injection.
|
||||
inject-config = true
|
||||
}
|
||||
//#override-config
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue