Table of Contents

Class HystrixEventTypeHelper

Namespace
Steeltoe.CircuitBreaker.Hystrix
Assembly
Steeltoe.CircuitBreaker.HystrixBase.dll
public static class HystrixEventTypeHelper
Inheritance
HystrixEventTypeHelper
Inherited Members

Properties

ExceptionProducingEventTypes

public static IList<HystrixEventType> ExceptionProducingEventTypes { get; }

Property Value

IList<HystrixEventType>

TerminalEventTypes

public static IList<HystrixEventType> TerminalEventTypes { get; }

Property Value

IList<HystrixEventType>

Values

public static IList<HystrixEventType> Values { get; }

Property Value

IList<HystrixEventType>

Methods

From(HystrixRollingNumberEvent)

public static HystrixEventType From(this HystrixRollingNumberEvent @event)

Parameters

event HystrixRollingNumberEvent

Returns

HystrixEventType

IsTerminal(HystrixEventType)

public static bool IsTerminal(this HystrixEventType evType)

Parameters

evType HystrixEventType

Returns

bool