Class RabbitOptions.RetryOptions
Inheritance
System.Object
RabbitOptions.RetryOptions
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class RetryOptions : 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 TimeSpan InitialInterval { get; set; }
Property Value
Type |
Description |
TimeSpan |
|
|
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 TimeSpan MaxInterval { get; set; }
Property Value
Type |
Description |
TimeSpan |
|
|
Edit this page
View Source
Multiplier
Declaration
public double Multiplier { get; set; }
Property Value
Type |
Description |
System.Double |
|