Class ExecutionSignature
- Namespace
- Steeltoe.CircuitBreaker.Hystrix.Metric
- Assembly
- Steeltoe.CircuitBreaker.HystrixBase.dll
public class ExecutionSignature
- Inheritance
-
ExecutionSignature
- Inherited Members
Properties
CachedCount
public int CachedCount { get; }
Property Value
CollapserBatchSize
public int CollapserBatchSize { get; }
Property Value
CollapserKey
public IHystrixCollapserKey CollapserKey { get; }
Property Value
CommandName
public string CommandName { get; }
Property Value
Eventcounts
public ExecutionResult.EventCounts Eventcounts { get; }
Property Value
Methods
Equals(object)
public override bool Equals(object o)
Parameters
o
object
Returns
From(IHystrixInvokableInfo)
public static ExecutionSignature From(IHystrixInvokableInfo execution)
Parameters
execution
IHystrixInvokableInfo
Returns
From(IHystrixInvokableInfo, string, int)
public static ExecutionSignature From(IHystrixInvokableInfo execution, string cacheKey, int cachedCount)
Parameters
execution
IHystrixInvokableInfocacheKey
stringcachedCount
int
Returns
GetHashCode()
public override int GetHashCode()