public abstract class HystrixPropertiesChainedArchaiusProperty
extends java.lang.Object
Instead of just a single dynamic property with a default this allows a sequence of properties that fallback to the farthest down the chain with a value. TODO This should be replaced by a version in the Archaius library once available.
Modifier and Type | Class and Description |
---|---|
static class |
HystrixPropertiesChainedArchaiusProperty.BooleanProperty |
static class |
HystrixPropertiesChainedArchaiusProperty.ChainLink<T> |
static class |
HystrixPropertiesChainedArchaiusProperty.DynamicBooleanProperty |
static class |
HystrixPropertiesChainedArchaiusProperty.DynamicIntegerProperty |
static class |
HystrixPropertiesChainedArchaiusProperty.DynamicLongProperty |
static class |
HystrixPropertiesChainedArchaiusProperty.DynamicStringProperty |
static class |
HystrixPropertiesChainedArchaiusProperty.IntegerProperty |
static class |
HystrixPropertiesChainedArchaiusProperty.StringProperty |
Constructor and Description |
---|
HystrixPropertiesChainedArchaiusProperty() |