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
TerminalEventTypes
public static IList<HystrixEventType> TerminalEventTypes { get; }
Property Value
Values
public static IList<HystrixEventType> Values { get; }
Property Value
Methods
From(HystrixRollingNumberEvent)
public static HystrixEventType From(this HystrixRollingNumberEvent @event)
Parameters
Returns
IsTerminal(HystrixEventType)
public static bool IsTerminal(this HystrixEventType evType)
Parameters
evType
HystrixEventType