Class DeadLetterOptions
- Namespace
- Tp.RabbitMq
- Assembly
- Tp.RabbitMq.dll
public class DeadLetterOptions
- Inheritance
-
DeadLetterOptions
- Inherited Members
-
Constructors
DeadLetterOptions(ExchangeOptions, string)
public DeadLetterOptions(ExchangeOptions exchangeOptions, string routingKey)
Parameters
exchangeOptions
ExchangeOptions
routingKey
string
DeadLetterOptions(ExchangeOptions, QueueOptions, string)
public DeadLetterOptions(ExchangeOptions exchangeOptions, QueueOptions queueOptions, string routingKey)
Parameters
exchangeOptions
ExchangeOptions
queueOptions
QueueOptions
routingKey
string
DeadLetterOptions(QueueOptions)
public DeadLetterOptions(QueueOptions queueOptions)
Parameters
queueOptions
QueueOptions
Fields
DeadLetterExchangeParam
public const string DeadLetterExchangeParam = "x-dead-letter-exchange"
Field Value
- string
DeadLetterRoutingKeyParam
public const string DeadLetterRoutingKeyParam = "x-dead-letter-routing-key"
Field Value
- string
Properties
ExchangeOptions
public ExchangeOptions ExchangeOptions { get; }
Property Value
- ExchangeOptions
QueueOptions
public QueueOptions QueueOptions { get; }
Property Value
- QueueOptions
RoutingKey
public string RoutingKey { get; }
Property Value
- string