Package | Description |
---|---|
com.netflix.hystrix.strategy |
Parent package of strategies and plugin management.
|
com.netflix.hystrix.strategy.eventnotifier |
Strategy definition for event notification.
|
Modifier and Type | Method and Description |
---|---|
HystrixEventNotifier |
HystrixPlugins.getEventNotifier()
Retrieve instance of
HystrixEventNotifier to use based on order of precedence as defined in HystrixPlugins class header. |
Modifier and Type | Method and Description |
---|---|
void |
HystrixPlugins.registerEventNotifier(HystrixEventNotifier impl)
Register a
HystrixEventNotifier implementation as a global override of any injected or default implementations. |
Modifier and Type | Class and Description |
---|---|
class |
HystrixEventNotifierDefault
Default implementations of
HystrixEventNotifier that does nothing. |
Modifier and Type | Method and Description |
---|---|
static HystrixEventNotifier |
HystrixEventNotifierDefault.getInstance() |
Copyright © 2015. All Rights Reserved.