ElasticsearchSnapshotStore

class ElasticsearchSnapshotStore(elasticsearchClient: ReactiveElasticsearchClient, refreshPolicy: Refresh = Refresh.True) : SnapshotStore

Constructors

Link copied to clipboard
constructor(elasticsearchClient: ReactiveElasticsearchClient, refreshPolicy: Refresh = Refresh.True)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val name: String

Functions

Link copied to clipboard
open fun getVersion(aggregateId: AggregateId): Mono<Int>
Link copied to clipboard
open override fun <S : Any> load(aggregateId: AggregateId): Mono<Snapshot<S>>
Link copied to clipboard
open override fun <S : Any> save(snapshot: Snapshot<S>): Mono<Void>