Table of Contents

Class RabbitOptions.RetryOptions

Namespace
Steeltoe.Messaging.RabbitMQ.Config
Assembly
Steeltoe.Messaging.RabbitMQ.dll
public class RabbitOptions.RetryOptions
Inheritance
RabbitOptions.RetryOptions
Derived
Inherited Members

Properties

Enabled

public bool Enabled { get; set; }

Property Value

bool

InitialInterval

public TimeSpan InitialInterval { get; set; }

Property Value

TimeSpan

MaxAttempts

public int MaxAttempts { get; set; }

Property Value

int

MaxInterval

public TimeSpan MaxInterval { get; set; }

Property Value

TimeSpan

Multiplier

public double Multiplier { get; set; }

Property Value

double