ICircuitController<TResult>
Interface for controlling a circuit breaker.
Gets the state of the circuit.
Gets the last exception that was handled by the circuit breaker.
Gets the last result that was handled by the circuit breaker.
void Isolate()
Isolates the circuit breaker.
Handles the action failure event.
void OnActionPreExecute()
Handles the action pre-execute event.
Handles the action success event.
Handles the circuit reset event.
void Reset()
Resets the circuit breaker.