Wow
Toggle table of contents
8.8.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-spring-boot-starter
/
me.ahoo.wow.spring.boot.starter.elasticsearch
/
ElasticsearchEventSourcingAutoConfiguration
/
elasticsearchSnapshotStore
elasticsearch
Snapshot
Store
@
Bean
(
name
=
[
"elasticsearchSnapshotStore"
,
"elasticsearchSnapshotRepository"
]
)
@
ConditionalOnSnapshotStoreStorage
(
value
=
StorageType.ELASTICSEARCH
)
fun
elasticsearchSnapshotStore
(
elasticsearchClient
:
ReactiveElasticsearchClient
)
:
ElasticsearchSnapshotStore