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
IHystrixCommandKeythreadPoolKey
IHystrixThreadPoolKey
Properties
CommandKey
public virtual IHystrixCommandKey CommandKey { get; }
Property Value
DidCommandExecute
public abstract bool DidCommandExecute { get; }
Property Value
FilterActualExecutions
public static Func<HystrixCommandEvent, bool> FilterActualExecutions { get; }
Property Value
FilterCompletionsOnly
public static Func<HystrixCommandEvent, bool> FilterCompletionsOnly { get; }
Property Value
IsCommandCompletion
public abstract bool IsCommandCompletion { get; }
Property Value
IsExecutedInThread
public abstract bool IsExecutedInThread { get; }
Property Value
IsExecutionStart
public abstract bool IsExecutionStart { get; }
Property Value
IsResponseThreadPoolRejected
public abstract bool IsResponseThreadPoolRejected { get; }
Property Value
ThreadPoolKey
public virtual IHystrixThreadPoolKey ThreadPoolKey { get; }