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
_fallbackSemaphorePerCircuit
protected static readonly ConcurrentDictionary<string, SemaphoreSlim> _fallbackSemaphorePerCircuit