save

abstract fun <S : Any> save(snapshot: Snapshot<S>): Mono<Void>

Saves a snapshot to the repository.

Return

a Mono that completes when the save operation is done

Parameters

snapshot

the snapshot to save