Class HystrixEventNotifier
- Namespace
- Steeltoe.CircuitBreaker.Hystrix.Strategy.EventNotifier
- Assembly
- Steeltoe.CircuitBreaker.HystrixBase.dll
public abstract class HystrixEventNotifier
- Inheritance
-
HystrixEventNotifier
- Derived
- Inherited Members
Methods
MarkCommandExecution(IHystrixCommandKey, ExecutionIsolationStrategy, int, IList<HystrixEventType>)
public void MarkCommandExecution(IHystrixCommandKey key, ExecutionIsolationStrategy isolationStrategy, int duration, IList<HystrixEventType> eventsDuringExecution)
Parameters
key
IHystrixCommandKeyisolationStrategy
ExecutionIsolationStrategyduration
inteventsDuringExecution
IList<HystrixEventType>
MarkEvent(HystrixEventType, IHystrixCommandKey)
public void MarkEvent(HystrixEventType eventType, IHystrixCommandKey key)
Parameters
eventType
HystrixEventTypekey
IHystrixCommandKey