Table of Contents

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 IHystrixCommandKey
threadPoolKey IHystrixThreadPoolKey
isolationStrategy ExecutionIsolationStrategy
currentConcurrency int

Properties

CurrentConcurrency

public int CurrentConcurrency { get; }

Property Value

int

DidCommandExecute

public override bool DidCommandExecute { get; }

Property Value

bool

IsCommandCompletion

public override bool IsCommandCompletion { get; }

Property Value

bool

IsExecutedInThread

public override bool IsExecutedInThread { get; }

Property Value

bool

IsExecutionStart

public override bool IsExecutionStart { get; }

Property Value

bool

IsResponseThreadPoolRejected

public override bool IsResponseThreadPoolRejected { get; }

Property Value

bool