Table of Contents

Class HystrixCommandEvent

Namespace
Steeltoe.CircuitBreaker.Hystrix.Metric
Assembly
Steeltoe.CircuitBreaker.HystrixBase.dll
public abstract class HystrixCommandEvent : IHystrixEvent
Inheritance
HystrixCommandEvent
Implements
Derived
Inherited Members

Constructors

HystrixCommandEvent(IHystrixCommandKey, IHystrixThreadPoolKey)

protected HystrixCommandEvent(IHystrixCommandKey commandKey, IHystrixThreadPoolKey threadPoolKey)

Parameters

commandKey IHystrixCommandKey
threadPoolKey IHystrixThreadPoolKey

Properties

CommandKey

public virtual IHystrixCommandKey CommandKey { get; }

Property Value

IHystrixCommandKey

DidCommandExecute

public abstract bool DidCommandExecute { get; }

Property Value

bool

FilterActualExecutions

public static Func<HystrixCommandEvent, bool> FilterActualExecutions { get; }

Property Value

Func<HystrixCommandEvent, bool>

FilterCompletionsOnly

public static Func<HystrixCommandEvent, bool> FilterCompletionsOnly { get; }

Property Value

Func<HystrixCommandEvent, bool>

IsCommandCompletion

public abstract bool IsCommandCompletion { get; }

Property Value

bool

IsExecutedInThread

public abstract bool IsExecutedInThread { get; }

Property Value

bool

IsExecutionStart

public abstract bool IsExecutionStart { get; }

Property Value

bool

IsResponseThreadPoolRejected

public abstract bool IsResponseThreadPoolRejected { get; }

Property Value

bool

ThreadPoolKey

public virtual IHystrixThreadPoolKey ThreadPoolKey { get; }

Property Value

IHystrixThreadPoolKey