Package com.embabel.agent.spi.support
Class DefaultProcessIdGeneratorProperties
-
- All Implemented Interfaces:
@Component() public final class DefaultProcessIdGeneratorProperties
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanincludeVersionprivate final BooleanincludeAgentName
-
Constructor Summary
Constructors Constructor Description DefaultProcessIdGeneratorProperties(AgentPlatformProperties platformProperties)
-
Method Summary
Modifier and Type Method Description final BooleangetIncludeVersion()final BooleangetIncludeAgentName()-
-
Constructor Detail
-
DefaultProcessIdGeneratorProperties
DefaultProcessIdGeneratorProperties(AgentPlatformProperties platformProperties)
-
-
Method Detail
-
getIncludeVersion
final Boolean getIncludeVersion()
-
getIncludeAgentName
final Boolean getIncludeAgentName()
-
-
-
-