Class HystrixCommandExecutionStarted
- Namespace
- Steeltoe.CircuitBreaker.Hystrix.Metric
- Assembly
- Steeltoe.CircuitBreaker.HystrixBase.dll
public class HystrixCommandExecutionStarted : HystrixCommandEvent, IHystrixEvent
- Inheritance
-
HystrixCommandExecutionStarted
- Implements
- Inherited Members
Constructors
HystrixCommandExecutionStarted(IHystrixCommandKey, IHystrixThreadPoolKey, ExecutionIsolationStrategy, int)
public HystrixCommandExecutionStarted(IHystrixCommandKey commandKey, IHystrixThreadPoolKey threadPoolKey, ExecutionIsolationStrategy isolationStrategy, int currentConcurrency)
Parameters
commandKey
IHystrixCommandKeythreadPoolKey
IHystrixThreadPoolKeyisolationStrategy
ExecutionIsolationStrategycurrentConcurrency
int
Properties
CurrentConcurrency
public int CurrentConcurrency { get; }
Property Value
DidCommandExecute
public override bool DidCommandExecute { get; }
Property Value
IsCommandCompletion
public override bool IsCommandCompletion { get; }
Property Value
IsExecutedInThread
public override bool IsExecutedInThread { get; }
Property Value
IsExecutionStart
public override bool IsExecutionStart { get; }
Property Value
IsResponseThreadPoolRejected
public override bool IsResponseThreadPoolRejected { get; }