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 Summary
Modifier and TypeFieldDescriptionstatic final String
Prefix for all properties related to the agent heart beat service. -
Constructor Summary
-
Method Summary
-
Field Details
-
PROPERTY_PREFIX
Prefix for all properties related to the agent heart beat service.- See Also:
-
-
Constructor Details
-
HeartBeatProperties
public HeartBeatProperties()
-