Class HystrixRequestEvents
Inheritance
System.Object
HystrixRequestEvents
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class HystrixRequestEvents : object
Constructors
|
Edit this page
View Source
HystrixRequestEvents(ICollection<IHystrixInvokableInfo>)
Declaration
public HystrixRequestEvents(ICollection<IHystrixInvokableInfo> executions)
Parameters
Properties
|
Edit this page
View Source
Executions
Declaration
public ICollection<IHystrixInvokableInfo> Executions { get; }
Property Value
|
Edit this page
View Source
ExecutionsMappedToLatencies
Declaration
public IDictionary<ExecutionSignature, List<int>> ExecutionsMappedToLatencies { get; }
Property Value