QueryMetadata
data class QueryMetadata(val scopeName: String, val template: String, val bindings: Map<String, String> = emptyMap(), val bodyBytes: ByteArray? = null, val tagTemplates: List<String> = emptyList())
Transport-agnostic description of a single query call, sufficient for CoreKeyResolver to derive a stable cache key.
Constructors
Properties
Link copied to clipboard
Raw request body, used as a fallback source for placeholders not present in bindings — looked up via Utf8JsonLookup.
Link copied to clipboard