Class DelayConfig
- Namespace
- Tp.RabbitMq
- Assembly
- Tp.RabbitMq.dll
- Inheritance
-
DelayConfig
- Inherited Members
-
Constructors
DelayConfig(TimeSpan, int)
public DelayConfig(TimeSpan delay, int maxRetries)
Parameters
delay
TimeSpan
maxRetries
int
DelayConfig(TimeSpan, int, MessagePublishOptions)
public DelayConfig(TimeSpan delay, int maxRetries, MessagePublishOptions publishOptions)
Parameters
delay
TimeSpan
maxRetries
int
publishOptions
MessagePublishOptions
DelayConfig(TimeSpan, int, MessagePublishOptions, bool)
public DelayConfig(TimeSpan delay, int maxRetries, MessagePublishOptions publishOptions, bool requiresExchangeDeclaration)
Parameters
delay
TimeSpan
maxRetries
int
publishOptions
MessagePublishOptions
requiresExchangeDeclaration
bool
Properties
Delay
public TimeSpan Delay { get; }
Property Value
- TimeSpan
MaxRetries
public int MaxRetries { get; }
Property Value
- int
MessagePublishOptions
public MessagePublishOptions MessagePublishOptions { get; }
Property Value
- MessagePublishOptions
RequiresExchangeDeclaration
public bool RequiresExchangeDeclaration { get; }
Property Value
- bool