=per #18219 Find plugin constructor automatically

This commit is contained in:
Patrik Nordwall 2015-08-18 16:10:29 +02:00
parent e19d3cb3e8
commit 7ec0493923
7 changed files with 68 additions and 16 deletions

View file

@ -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
"""