com.avast.sst.monix.catnap
package com.avast.sst.monix.catnap
Type members
Classlikes
final case class CircuitBreakerConfig(maxFailures: Int, resetTimeout: FiniteDuration, exponentialBackoffFactor: Double, maxResetTimeout: Duration)
Implement this trait for your monitoring system if you want to get insight into your circuit breaker.
Implement this trait for your monitoring system if you want to get insight into your circuit breaker.
- Companion:
- object