Table of Contents

Interface ICircuitBreaker

Namespace
Steeltoe.CircuitBreaker
Assembly
Steeltoe.CircuitBreaker.Abstractions.dll
public interface ICircuitBreaker

Properties

AllowRequest

bool AllowRequest { get; }

Property Value

bool

IsOpen

bool IsOpen { get; }

Property Value

bool

Methods

MarkSuccess()

void MarkSuccess()