Expand description
Precomputed per-trace context shared by all checks.
Checks must be cheap and independent, so anything every check would otherwise recompute — message classification and the session lifecycle phase at each event — is derived once here, in a single deterministic pass over the events.
Structs§
- Exchange
- One completed request/response exchange, in response order.
- Initialize
Exchange - The observed
initializeexchange, when present. - Trace
Context - Everything checks need, precomputed once per trace.
Enums§
- Phase
- The
2025-11-25session lifecycle phase before a given event is processed.