Uses of Record Class
org.mockserver.llm.drift.DriftDetector.RecordedExchange
Packages that use DriftDetector.RecordedExchange
-
Uses of DriftDetector.RecordedExchange in org.mockserver.llm.drift
Method parameters in org.mockserver.llm.drift with type arguments of type DriftDetector.RecordedExchangeModifier and TypeMethodDescriptionDriftDetector.detect(List<DriftDetector.RecordedExchange> exchanges, Provider provider, LlmBackend backend) Replay each recorded exchange againstbackendand diff the live response shape against the recorded one.