Class HystrixRequestEvents
- Namespace
- Steeltoe.CircuitBreaker.Hystrix.Metric
- Assembly
- Steeltoe.CircuitBreaker.HystrixBase.dll
public class HystrixRequestEvents
- Inheritance
-
HystrixRequestEvents
- Inherited Members
Constructors
HystrixRequestEvents(ICollection<IHystrixInvokableInfo>)
public HystrixRequestEvents(ICollection<IHystrixInvokableInfo> executions)
Parameters
executions
ICollection<IHystrixInvokableInfo>
Properties
Executions
public ICollection<IHystrixInvokableInfo> Executions { get; }
Property Value
ExecutionsMappedToLatencies
public IDictionary<ExecutionSignature, List<int>> ExecutionsMappedToLatencies { get; }