
See: Description
| Interface | Description |
|---|---|
| HystrixProperty<T> |
Generic interface to represent a property value so Hystrix can consume properties without being tied to any particular backing implementation.
|
| Class | Description |
|---|---|
| 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. |