Interface ICircuitBreaker
Namespace: Steeltoe.CircuitBreaker
Assembly: Steeltoe.CircuitBreaker.Abstractions.dll
Syntax
public interface ICircuitBreaker
Properties
| Edit this page View SourceAllowRequest
Declaration
bool AllowRequest { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOpen
Declaration
bool IsOpen { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Edit this page View SourceMarkSuccess()
Declaration
void MarkSuccess()