Circuit Breaker Rule Response
data class CircuitBreakerRuleResponse(val acceptRetryAfter: Boolean? = null, val failureCondition: CircuitBreakerFailureConditionResponse? = null, val name: String? = null, val tripDuration: String? = null)
Rule configuration to trip the backend.
Constructors
Link copied to clipboard
constructor(acceptRetryAfter: Boolean? = null, failureCondition: CircuitBreakerFailureConditionResponse? = null, name: String? = null, tripDuration: String? = null)