
See: Description
| Interface | Description |
|---|---|
| HystrixDynamicProperties |
A hystrix plugin (SPI) for resolving dynamic configuration properties.
|
| HystrixDynamicProperty<T> |
Generic interface to represent a dynamic property value so Hystrix can consume
properties without being tied to any particular backing implementation.
|
| HystrixProperty<T> |
Generic interface to represent a property value so Hystrix can consume properties without being tied to any particular backing implementation.
|
| Class | Description |
|---|---|
| HystrixPropertiesChainedProperty.ChainBuilder<T> | |
| 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. |