Package com.netflix.genie.web.properties
Class HeartBeatProperties
java.lang.Object
com.netflix.genie.web.properties.HeartBeatProperties
@ConfigurationProperties(prefix="genie.agent.heart-beat")
@Validated
public class HeartBeatProperties
extends Object
Properties related to Heart Beat gRPC Service.
- Since:
- 4.0.0
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringPrefix for all properties related to the agent heart beat service.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
PROPERTY_PREFIXPrefix for all properties related to the agent heart beat service.- See Also:
 
 
- 
- 
Constructor Details- 
HeartBeatPropertiespublic HeartBeatProperties()
 
-