public class AtomicProjectConfigManager extends java.lang.Object implements ProjectConfigManager
| Constructor and Description |
|---|
AtomicProjectConfigManager() |
| Modifier and Type | Method and Description |
|---|---|
ProjectConfig |
getCachedConfig()
Access to current cached project configuration.
|
ProjectConfig |
getConfig()
Implementations of this method should block until a datafile is available.
|
java.lang.String |
getSDKKey()
Implementations of this method should return SDK key.
|
void |
setConfig(ProjectConfig projectConfig) |
public ProjectConfig getConfig()
ProjectConfigManagergetConfig in interface ProjectConfigManagerpublic ProjectConfig getCachedConfig()
getCachedConfig in interface ProjectConfigManagerProjectConfigpublic java.lang.String getSDKKey()
ProjectConfigManagergetSDKKey in interface ProjectConfigManagerpublic void setConfig(ProjectConfig projectConfig)