Class AppConfigurationStoreTrigger
- java.lang.Object
-
- com.azure.spring.cloud.config.properties.AppConfigurationStoreTrigger
-
public final class AppConfigurationStoreTrigger extends Object
Properties on what Triggers are checked before a refresh is triggered.
-
-
Constructor Summary
Constructors Constructor Description AppConfigurationStoreTrigger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()StringgetLabel()voidsetKey(String key)voidsetLabel(String label)StringtoString()voidvalidateAndInit()Validates key isn't null
-
-
-
Method Detail
-
getKey
public String getKey()
- Returns:
- the key
-
setKey
public void setKey(String key)
- Parameters:
key- the key to set
-
getLabel
public String getLabel()
- Returns:
- the label
-
setLabel
public void setLabel(String label)
- Parameters:
label- the label to set
-
validateAndInit
@PostConstruct public void validateAndInit()
Validates key isn't null
-
-