Table of Contents

Interface ICircuitBreaker

Namespace
Steeltoe.CircuitBreaker
Assembly
Steeltoe.CircuitBreaker.Abstractions.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface ICircuitBreaker

Properties

AllowRequest

bool AllowRequest { get; }

Property Value

bool

IsOpen

bool IsOpen { get; }

Property Value

bool

Methods

MarkSuccess()

void MarkSuccess()