Class HystrixPlugins
- Namespace
- Steeltoe.CircuitBreaker.Hystrix.Strategy
- Assembly
- Steeltoe.CircuitBreaker.HystrixBase.dll
public static class HystrixPlugins
- Inheritance
-
HystrixPlugins
- Inherited Members
Properties
CommandExecutionHook
public static HystrixCommandExecutionHook CommandExecutionHook { get; }
Property Value
ConcurrencyStrategy
public static HystrixConcurrencyStrategy ConcurrencyStrategy { get; }
Property Value
EventNotifier
public static HystrixEventNotifier EventNotifier { get; }
Property Value
MetricsPublisher
public static HystrixMetricsPublisher MetricsPublisher { get; }
Property Value
OptionsStrategy
public static HystrixOptionsStrategy OptionsStrategy { get; }
Property Value
Methods
RegisterConcurrencyStrategy(HystrixConcurrencyStrategy)
public static void RegisterConcurrencyStrategy(HystrixConcurrencyStrategy impl)
Parameters
RegisterEventNotifier(HystrixEventNotifier)
public static void RegisterEventNotifier(HystrixEventNotifier impl)
Parameters
impl
HystrixEventNotifier
RegisterMetricsPublisher(HystrixCommandExecutionHook)
public static void RegisterMetricsPublisher(HystrixCommandExecutionHook impl)
Parameters
RegisterMetricsPublisher(HystrixMetricsPublisher)
public static void RegisterMetricsPublisher(HystrixMetricsPublisher impl)
Parameters
RegisterOptionsStrategy(HystrixOptionsStrategy)
public static void RegisterOptionsStrategy(HystrixOptionsStrategy impl)
Parameters
Reset()
public static void Reset()