Table of Contents

Class AbstractCommandBase

Namespace
Steeltoe.CircuitBreaker.Hystrix
Assembly
Steeltoe.CircuitBreaker.HystrixBase.dll
public abstract class AbstractCommandBase
Inheritance
AbstractCommandBase
Derived
Inherited Members

Constructors

AbstractCommandBase()

protected AbstractCommandBase()

Fields

_executionSemaphorePerCircuit

protected static readonly ConcurrentDictionary<string, SemaphoreSlim> _executionSemaphorePerCircuit

Field Value

ConcurrentDictionary<string, SemaphoreSlim>

_fallbackSemaphorePerCircuit

protected static readonly ConcurrentDictionary<string, SemaphoreSlim> _fallbackSemaphorePerCircuit

Field Value

ConcurrentDictionary<string, SemaphoreSlim>