toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-spring-boot-starter
/
me.ahoo.wow.spring.boot.starter.mongo
/
MongoEventSourcingAutoConfiguration
/
mongoSnapshotQueryServiceFactory
mongo
Snapshot
Query
Service
Factory
@
Bean
@
ConditionalOnProperty
(
value
=
[
"wow.eventsourcing.snapshot.storage"
]
,
matchIfMissing
=
true
,
havingValue
=
"mongo"
)
fun
mongoSnapshotQueryServiceFactory
(
mongoClient
:
MongoClient
,
@
Nullable
dataMongoProperties
:
MongoProperties
?
)
:
SnapshotQueryServiceFactory