Interface IHystrixCircuitBreaker
Namespace: Steeltoe.CircuitBreaker.Hystrix
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public interface IHystrixCircuitBreaker
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()