Uses of Class
org.mockserver.model.LlmChaosProfile
Packages that use LlmChaosProfile
-
Uses of LlmChaosProfile in org.mockserver.client
Methods in org.mockserver.client with parameters of type LlmChaosProfileModifier and TypeMethodDescriptionTurnBuilder.withChaos(LlmChaosProfile chaos) Apply a fault/chaos profile to this turn's response (probabilistic errors, mid-stream truncation, malformed SSE) for resilience testing. -
Uses of LlmChaosProfile in org.mockserver.model
Methods in org.mockserver.model that return LlmChaosProfileModifier and TypeMethodDescriptionHttpLlmResponse.getChaos()static LlmChaosProfileLlmChaosProfile.llmChaosProfile()LlmChaosProfile.withErrorProbability(Double errorProbability) LlmChaosProfile.withErrorStatus(Integer errorStatus) LlmChaosProfile.withMalformedSse(Boolean malformedSse) LlmChaosProfile.withQuotaErrorStatus(Integer quotaErrorStatus) LlmChaosProfile.withQuotaLimit(Integer quotaLimit) LlmChaosProfile.withQuotaName(String quotaName) LlmChaosProfile.withQuotaWindowMillis(Long quotaWindowMillis) LlmChaosProfile.withRetryAfter(String retryAfter) LlmChaosProfile.withTruncateAtFraction(Double truncateAtFraction) LlmChaosProfile.withTruncateMode(LlmChaosProfile.TruncateMode truncateMode) Methods in org.mockserver.model with parameters of type LlmChaosProfileModifier and TypeMethodDescriptionHttpLlmResponse.withChaos(LlmChaosProfile chaos) Optional fault/chaos profile applied when returning this response — probabilistic errors, mid-stream truncation, malformed SSE. -
Uses of LlmChaosProfile in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return LlmChaosProfileMethods in org.mockserver.serialization.model with parameters of type LlmChaosProfile