Package | Description |
---|---|
com.netflix.hystrix.strategy |
Parent package of strategies and plugin management.
|
com.netflix.hystrix.strategy.properties |
Strategy definition for properties and configuration and default implementation.
|
Modifier and Type | Method and Description |
---|---|
HystrixPropertiesStrategy |
HystrixPlugins.getPropertiesStrategy()
Retrieve instance of
HystrixPropertiesStrategy to use based on order of precedence as defined in HystrixPlugins class header. |
Modifier and Type | Method and Description |
---|---|
void |
HystrixPlugins.registerPropertiesStrategy(HystrixPropertiesStrategy impl)
Register a
HystrixPropertiesStrategy implementation as a global override of any injected or default implementations. |
Modifier and Type | Class and Description |
---|---|
class |
HystrixPropertiesStrategyDefault
Default implementation of
HystrixPropertiesStrategy . |
Modifier and Type | Method and Description |
---|---|
static HystrixPropertiesStrategy |
HystrixPropertiesStrategyDefault.getInstance() |
Copyright © 2020. All Rights Reserved.