public static class HystrixPropertiesChainedArchaiusProperty.StringProperty extends HystrixPropertiesChainedArchaiusProperty.ChainLink<String>
Constructor and Description |
---|
StringProperty(HystrixPropertiesChainedArchaiusProperty.DynamicStringProperty sProperty) |
StringProperty(HystrixPropertiesChainedArchaiusProperty.DynamicStringProperty sProperty,
HystrixPropertiesChainedArchaiusProperty.DynamicStringProperty next) |
StringProperty(HystrixPropertiesChainedArchaiusProperty.DynamicStringProperty sProperty,
HystrixPropertiesChainedArchaiusProperty.StringProperty next) |
StringProperty(String name,
HystrixPropertiesChainedArchaiusProperty.DynamicStringProperty sProperty) |
StringProperty(String name,
HystrixPropertiesChainedArchaiusProperty.StringProperty next) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
protected String |
getValue() |
boolean |
isValueAcceptable() |
addCallback, checkAndFlip, get, toString
public StringProperty(HystrixPropertiesChainedArchaiusProperty.DynamicStringProperty sProperty)
public StringProperty(String name, HystrixPropertiesChainedArchaiusProperty.DynamicStringProperty sProperty)
public StringProperty(String name, HystrixPropertiesChainedArchaiusProperty.StringProperty next)
public StringProperty(HystrixPropertiesChainedArchaiusProperty.DynamicStringProperty sProperty, HystrixPropertiesChainedArchaiusProperty.DynamicStringProperty next)
public StringProperty(HystrixPropertiesChainedArchaiusProperty.DynamicStringProperty sProperty, HystrixPropertiesChainedArchaiusProperty.StringProperty next)
public boolean isValueAcceptable()
isValueAcceptable
in class HystrixPropertiesChainedArchaiusProperty.ChainLink<String>
protected String getValue()
getValue
in class HystrixPropertiesChainedArchaiusProperty.ChainLink<String>
public String getName()
getName
in class HystrixPropertiesChainedArchaiusProperty.ChainLink<String>
Copyright © 2020. All Rights Reserved.