SynchronousSnapshotSingleQueryApi

Functions

Link copied to clipboard
@PostExchange(value = "snapshot/single")
abstract fun dynamicSingle(@RequestBody singleQuery: ISingleQuery): Map<String, Any>?
Link copied to clipboard
open override fun getById(id: String): MaterializedSnapshot<S>?
Link copied to clipboard
open override fun getStateById(id: String): S?
Link copied to clipboard
@PostExchange(value = "snapshot/single")
abstract fun single(@RequestBody singleQuery: ISingleQuery): MaterializedSnapshot<S>?
Link copied to clipboard
@PostExchange(value = "snapshot/single/state")
abstract fun singleState(@RequestBody singleQuery: ISingleQuery): S?