Package com.netflix.genie.web.properties
Class RetryProperties
java.lang.Object
com.netflix.genie.web.properties.RetryProperties
@ConfigurationProperties(prefix="genie.retry")
@Validated
public class RetryProperties
extends Object
All properties related to Http retry template in Genie.
- Since:
- 3.0.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Retry properties specific to a particular service. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The property prefix for all properties in this group. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PROPERTY_PREFIX
The property prefix for all properties in this group.- See Also:
-
-
Constructor Details
-
RetryProperties
public RetryProperties()
-