Class SpringCloudConfigRetry
Inheritance
System.Object
SpringCloudConfigRetry
Assembly: Steeltoe.Extensions.Configuration.ConfigServerBase.dll
Syntax
public class SpringCloudConfigRetry : object
Properties
|
Edit this page
View Source
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
InitialInterval
Declaration
public int InitialInterval { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
MaxAttempts
Declaration
public int MaxAttempts { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
MaxInterval
Declaration
public int MaxInterval { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Multiplier
Declaration
public double Multiplier { get; set; }
Property Value
Type |
Description |
System.Double |
|