Wow
Toggle table of contents
9.0.16
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
@
ConditionalOnSnapshotStoreStorage
(
value
=
StorageType.MONGO
)
fun
mongoSnapshotStore
(
mongoClient
:
MongoClient
,
dataMongoProperties
:
MongoProperties
?
,
@
Qualifier
(
value
=
"wow.CurrentBoundedContext"
)
currentBoundedContext
:
NamedBoundedContext
,
metrics
:
ObjectProvider
<
WowMetrics
>
)
:
MongoSnapshotStore