public class DynamoDbDeploymentContextConfigurationSource
extends java.lang.Object
implements com.netflix.config.PolledConfigurationSource
| Constructor and Description |
|---|
DynamoDbDeploymentContextConfigurationSource(DynamoDbDeploymentContextTableCache tableCache,
com.netflix.config.DeploymentContext.ContextKey contextKey)
The configuration will be filtered based on the contextKey.
|
| Modifier and Type | Method and Description |
|---|---|
com.netflix.config.PollResult |
poll(boolean initial,
java.lang.Object checkPoint) |
public DynamoDbDeploymentContextConfigurationSource(DynamoDbDeploymentContextTableCache tableCache, com.netflix.config.DeploymentContext.ContextKey contextKey)
tableCache - contextKey - - Null can be used as a wild card to match the absence of a context key for the property.
The result would be that this source with a null key would pick up "global" properties.