wireKey

abstract val wireKey: String

Stable, transport-neutral identifier for this context entry. Transport layers use this string to name the field that carries the encoded value (e.g. as an HTTP header name, a JSON-RPC meta key, or a TLV tag in the packet protocol).

Two @KsContext-meta-annotated annotations applied to the same @KsMethod whose bindings share a wireKey are rejected at compile time.