Class HystrixRequestEvents
public class HystrixRequestEvents
- Inheritance
-
HystrixRequestEvents
- Inherited Members
Constructors
HystrixRequestEvents(ICollection<IHystrixInvokableInfo>)
public HystrixRequestEvents(ICollection<IHystrixInvokableInfo> executions)
Parameters
executionsICollection<IHystrixInvokableInfo>
Properties
Executions
public ICollection<IHystrixInvokableInfo> Executions { get; }
Property Value
ExecutionsMappedToLatencies
public IDictionary<ExecutionSignature, List<int>> ExecutionsMappedToLatencies { get; }