Package | Description |
---|---|
com.netflix.hystrix.strategy |
Parent package of strategies and plugin management.
|
Class and Description |
---|
HystrixPlugins
Registry for plugin implementations that allows global override and handles the retrieval of correct implementation based on order of precedence:
plugin registered globally via
register methods in this class
plugin registered and retrieved using Archaius (see get methods for property names)
default implementation
See the Hystrix GitHub Wiki for more information: https://github.com/Netflix/Hystrix/wiki/Plugins. |
Copyright © 2016. All Rights Reserved.