Class HystrixEventNotifier
Inheritance
System.Object
HystrixEventNotifier
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public abstract class HystrixEventNotifier : object
Methods
|
Edit this page
View Source
MarkCommandExecution(IHystrixCommandKey, ExecutionIsolationStrategy, Int32, IList<HystrixEventType>)
Declaration
public void MarkCommandExecution(IHystrixCommandKey key, ExecutionIsolationStrategy isolationStrategy, int duration, IList<HystrixEventType> eventsDuringExecution)
Parameters
|
Edit this page
View Source
MarkEvent(HystrixEventType, IHystrixCommandKey)
Declaration
public void MarkEvent(HystrixEventType eventType, IHystrixCommandKey key)
Parameters