Interface ICircuitBreaker
- Namespace
- Steeltoe.CircuitBreaker
- Assembly
- Steeltoe.CircuitBreaker.Abstractions.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface ICircuitBreaker
Properties
AllowRequest
bool AllowRequest { get; }
Property Value
IsOpen
bool IsOpen { get; }
Property Value
Methods
MarkSuccess()
void MarkSuccess()