See: Description
Class | 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 the resolved HystrixDynamicProperties (usually Archaius, see get methods for property names)
plugin registered and retrieved using the JDK ServiceLoader
default implementation
The exception to the above order is the HystrixDynamicProperties implementation
which is only loaded through System.properties or the ServiceLoader (see the getter for more details). |