Table of Contents

Interface IHystrixCircuitBreaker

Namespace
Steeltoe.CircuitBreaker.Hystrix
Assembly
Steeltoe.CircuitBreaker.HystrixBase.dll
public interface IHystrixCircuitBreaker

Properties

AllowRequest

bool AllowRequest { get; }

Property Value

bool

IsOpen

bool IsOpen { get; }

Property Value

bool

Methods

MarkSuccess()

void MarkSuccess()