Class HystrixEventTypeHelper
Inheritance
System.Object
HystrixEventTypeHelper
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public static class HystrixEventTypeHelper : object
Properties
|
Edit this page
View Source
ExceptionProducingEventTypes
Declaration
public static IList<HystrixEventType> ExceptionProducingEventTypes { get; }
Property Value
|
Edit this page
View Source
TerminalEventTypes
Declaration
public static IList<HystrixEventType> TerminalEventTypes { get; }
Property Value
|
Edit this page
View Source
Values
Declaration
public static IList<HystrixEventType> Values { get; }
Property Value
Methods
|
Edit this page
View Source
From(HystrixRollingNumberEvent)
Declaration
public static HystrixEventType From(this HystrixRollingNumberEvent event)
Parameters
Returns
|
Edit this page
View Source
IsTerminal(HystrixEventType)
Declaration
public static bool IsTerminal(this HystrixEventType evType)
Parameters
Returns
Type |
Description |
System.Boolean |
|