Table of Contents

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 IHystrixCommandKey
isolationStrategy ExecutionIsolationStrategy
duration int
eventsDuringExecution IList<HystrixEventType>

MarkEvent(HystrixEventType, IHystrixCommandKey)

public void MarkEvent(HystrixEventType eventType, IHystrixCommandKey key)

Parameters

eventType HystrixEventType
key IHystrixCommandKey