Class RabbitOptions.RetryOptions
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class RabbitOptions.RetryOptions
- Inheritance
-
RabbitOptions.RetryOptions
- Derived
- Inherited Members
Properties
Enabled
public bool Enabled { get; set; }
Property Value
InitialInterval
public TimeSpan InitialInterval { get; set; }
Property Value
MaxAttempts
public int MaxAttempts { get; set; }
Property Value
MaxInterval
public TimeSpan MaxInterval { get; set; }
Property Value
Multiplier
public double Multiplier { get; set; }