Click or drag to resize
Akka.NETCircuitBreakerSettings Properties

The CircuitBreakerSettings type exposes the following members.

Properties
  NameDescription
Public propertyCallTimeout
Maximum time available for operation to execute before CircuitBreaker considers it a failure.
Public propertyMaxFailures
Maximum number of failures that can happen before the circuit opens.
Public propertyResetTimeout
Timeout that has to pass before CircuitBreaker moves into half-closed state, trying to eventually close after sampling an operation.
Top
See Also