@ConfigurationProperties(prefix="togglz",
ignoreUnknownFields=true)
@Validated
public class TogglzProperties
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TogglzProperties.Cache |
static class |
TogglzProperties.Console |
static class |
TogglzProperties.Endpoint |
static class |
TogglzProperties.FeatureSpec |
static class |
TogglzProperties.Web |
| Constructor and Description |
|---|
TogglzProperties() |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getFeatureManagerName()
public void setFeatureManagerName(String featureManagerName)
public Map<String,TogglzProperties.FeatureSpec> getFeatures()
public void setFeatures(Map<String,TogglzProperties.FeatureSpec> features)
public String getFeaturesFile()
public void setFeaturesFile(String featuresFile)
public Integer getFeaturesFileMinCheckInterval()
public void setFeaturesFileMinCheckInterval(Integer featuresFileMinCheckInterval)
public TogglzProperties.Cache getCache()
public void setCache(TogglzProperties.Cache cache)
public TogglzProperties.Console getConsole()
public void setConsole(TogglzProperties.Console console)
public TogglzProperties.Endpoint getEndpoint()
public void setEndpoint(TogglzProperties.Endpoint endpoint)
public Properties getFeatureProperties()
Copyright © 2018. All Rights Reserved.