list

@PostExchange(value = "snapshot/list")
abstract fun list(@RequestBody query: IListQuery): Flux<MaterializedSnapshot<S>>