Package com.netflix.genie.web.properties
Class AgentConfigurationProperties
java.lang.Object
com.netflix.genie.web.properties.AgentConfigurationProperties
@ConfigurationProperties(prefix="genie.agent.configuration")
public class AgentConfigurationProperties
extends Object
Properties for
AgentConfigurationService
.- Since:
- 4.0.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The prefix that properties need to match in order to be forwarded to agents during configuration. -
Constructor Summary
-
Method Summary
-
Field Details
-
DYNAMIC_PROPERTIES_PREFIX
The prefix that properties need to match in order to be forwarded to agents during configuration. The prefix is stripped before forwarding.- See Also:
-
-
Constructor Details
-
AgentConfigurationProperties
public AgentConfigurationProperties()
-