@Component public class GlobalConfigurationHolder extends Object
| Constructor and Description |
|---|
GlobalConfigurationHolder()
Builds a
GlobalConfigurationHolder, loaded with configuration data mapped from
all of the supported configuration sources. |
| Modifier and Type | Method and Description |
|---|---|
Optional<AgentConfiguration> |
getHighestPrecedenceConfigurationByAgentClassName(String className)
Returns the highest-precedence
AgentConfiguration object associated with a
given class name. |
public GlobalConfigurationHolder()
GlobalConfigurationHolder, loaded with configuration data mapped from
all of the supported configuration sources.public Optional<AgentConfiguration> getHighestPrecedenceConfigurationByAgentClassName(String className)
AgentConfiguration object associated with a
given class name.className - the agent class name to be searchedAgentConfiguration object for the
specified class name, or Optional.empty() if no associated
AgentConfiguration foundCopyright © 2021. All rights reserved.