single

@PostExchange(value = "snapshot/single")
abstract fun single(@RequestBody singleQuery: ISingleQuery): Mono<MaterializedSnapshot<S>>