Wow
Toggle table of contents
8.9.5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-spring-boot-starter
/
me.ahoo.wow.spring.boot.starter.mongo
/
MongoEventSourcingAutoConfiguration
/
mongoSnapshotStore
mongo
Snapshot
Store
@
Bean
(
name
=
[
"mongoSnapshotStore"
,
"mongoSnapshotRepository"
]
)
@
ConditionalOnSnapshotStoreStorage
(
value
=
StorageType.MONGO
)
fun
mongoSnapshotStore
(
mongoClient
:
MongoClient
,
dataMongoProperties
:
MongoProperties
?
,
@
Qualifier
(
value
=
"wow.CurrentBoundedContext"
)
currentBoundedContext
:
NamedBoundedContext
)
:
MongoSnapshotStore