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