Interface ICircuitBreaker
- Namespace
- Steeltoe.CircuitBreaker
- Assembly
- Steeltoe.CircuitBreaker.Abstractions.dll
public interface ICircuitBreaker
Properties
AllowRequest
bool AllowRequest { get; }
Property Value
IsOpen
bool IsOpen { get; }
Property Value
Methods
MarkSuccess()
void MarkSuccess()