Interface IHystrixRequestVariable<T>
- Namespace
- Steeltoe.CircuitBreaker.Hystrix.Strategy.Concurrency
- Assembly
- Steeltoe.CircuitBreaker.HystrixBase.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IHystrixRequestVariable<out T> : IDisposable
Type Parameters
T
- Inherited Members
Properties
Value
T Value { get; }
Property Value
- T