singleState

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