Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-resilience
/
arrow.resilience
/
CircuitBreaker
/
OpeningStrategy
/
Count
Count
data
class
Count
(
val
maxFailures
:
Int
,
val
failuresCount
:
Int
=
0
)
:
CircuitBreaker.OpeningStrategy
Members
Constructors
Count
Link copied to clipboard
constructor
(
maxFailures
:
Int
,
failuresCount
:
Int
=
0
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
failures
Count
Link copied to clipboard
val
failuresCount
:
Int
max
Failures
Link copied to clipboard
val
maxFailures
:
Int