Class RabbitOptions.RetryOptions
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; }