RecordedFailure

data class RecordedFailure(val failureRate: Double) : CircuitBreakerEvent(source)

Represents an event triggered when a failed operation is recorded.

Parameters

failureRate

The current failure rate of the circuit breaker.

Constructors

Link copied to clipboard
constructor(failureRate: Double)

Properties

Link copied to clipboard