Hystrix: Latency and Fault Tolerance for Distributed Systems



Package com.netflix.hystrix.strategy

Parent package of strategies and plugin management.

See:
          Description

Class Summary
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 System.getProperty(String) (see get methods for property names) default implementation See the Hystrix GitHub Wiki for more information: https://github.com/Netflix/Hystrix/wiki/Plugins.
 

Package com.netflix.hystrix.strategy Description

Parent package of strategies and plugin management.

Since:
1.0.0