HalfOpen
internal constructor(nrOfCallsAttempted: Int, startTimerMark: ComparableTimeMark?, nrOfTransitionsToOpenStateInACycle: Int)(source)
Parameters
startTimerMark
The time mark at which the circuit breaker entered this state. Could be null
if the maximum wait duration in this state was configured to be Duration.ZERO
. Which means that the circuit breaker will wait indefinitely in this state, until all permitted calls have been attempted.