public abstract class HystrixPropertiesChainedProperty
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 |
HystrixPropertiesChainedProperty.ChainBuilder<T> |
Constructor and Description |
---|
HystrixPropertiesChainedProperty() |
Modifier and Type | Method and Description |
---|---|
static HystrixPropertiesChainedProperty.ChainBuilder<java.lang.Boolean> |
forBoolean() |
static HystrixPropertiesChainedProperty.ChainBuilder<java.lang.Integer> |
forInteger() |
static HystrixPropertiesChainedProperty.ChainBuilder<java.lang.Long> |
forLong() |
static HystrixPropertiesChainedProperty.ChainBuilder<java.lang.String> |
forString() |
public static HystrixPropertiesChainedProperty.ChainBuilder<java.lang.String> forString()
public static HystrixPropertiesChainedProperty.ChainBuilder<java.lang.Integer> forInteger()
public static HystrixPropertiesChainedProperty.ChainBuilder<java.lang.Boolean> forBoolean()
public static HystrixPropertiesChainedProperty.ChainBuilder<java.lang.Long> forLong()