Class AgentPlatformProperties.ProcessIdGenerationConfig
-
- All Implemented Interfaces:
@ConfigurationProperties(value = "embabel.agent.platform.process-id-generation") public final class AgentPlatformProperties.ProcessIdGenerationConfigProcess ID generation configuration
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanincludeVersionprivate BooleanincludeAgentName
-
Constructor Summary
Constructors Constructor Description AgentPlatformProperties.ProcessIdGenerationConfig()
-
Method Summary
Modifier and Type Method Description final BooleangetIncludeVersion()Whether to include version in process ID generation final UnitsetIncludeVersion(Boolean includeVersion)Whether to include version in process ID generation final BooleangetIncludeAgentName()Whether to include agent name in process ID generation final UnitsetIncludeAgentName(Boolean includeAgentName)Whether to include agent name in process ID generation -
-
Method Detail
-
getIncludeVersion
final Boolean getIncludeVersion()
Whether to include version in process ID generation
-
setIncludeVersion
final Unit setIncludeVersion(Boolean includeVersion)
Whether to include version in process ID generation
-
getIncludeAgentName
final Boolean getIncludeAgentName()
Whether to include agent name in process ID generation
-
setIncludeAgentName
final Unit setIncludeAgentName(Boolean includeAgentName)
Whether to include agent name in process ID generation
-
-
-
-