public class ConfigStore extends Object
| Constructor and Description |
|---|
ConfigStore() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionString() |
String |
getEndpoint() |
String |
getLabel() |
String[] |
getLabels() |
String |
getPrefix() |
String |
getWatchedKey() |
boolean |
isFailFast() |
void |
setConnectionString(String connectionString) |
void |
setEndpoint(String endpoint) |
void |
setFailFast(boolean failFast) |
void |
setLabel(String label) |
void |
setPrefix(String prefix) |
void |
setWatchedKey(String watchedKey) |
void |
validateAndInit() |
public String getEndpoint()
public void setEndpoint(String endpoint)
public String getPrefix()
public void setPrefix(String prefix)
public String getConnectionString()
public void setConnectionString(String connectionString)
public String getLabel()
public void setLabel(String label)
public String getWatchedKey()
public void setWatchedKey(String watchedKey)
public boolean isFailFast()
public void setFailFast(boolean failFast)
@PostConstruct public void validateAndInit()
public String[] getLabels()
Copyright © 2020 Microsoft. All rights reserved.