Hystrix: Latency and Fault Tolerance for Distributed Systems



Package com.netflix.hystrix.strategy.properties

Strategy definition for properties and configuration and default implementation.

See:
          Description

Interface Summary
HystrixProperty<T> Generic interface to represent a property value so Hystrix can consume properties without being tied to any particular backing implementation.
 

Class Summary
HystrixPropertiesStrategy Abstract class with default implementations of factory methods for properties used by various components of Hystrix.
HystrixProperty.Factory Helper methods for wrapping static values and dynamic Archaius (https://github.com/Netflix/archaius) properties in the HystrixProperty interface.
 

Package com.netflix.hystrix.strategy.properties Description

Strategy definition for properties and configuration and default implementation.

Since:
1.0.0