Class RabbitOptions.TemplateOptions
public class RabbitOptions.TemplateOptions
- Inheritance
-
RabbitOptions.TemplateOptions
- Inherited Members
Properties
DefaultReceiveQueue
public string DefaultReceiveQueue { get; set; }
Property Value
Exchange
public string Exchange { get; set; }
Property Value
Mandatory
public bool Mandatory { get; set; }
Property Value
ReceiveTimeout
public TimeSpan? ReceiveTimeout { get; set; }
Property Value
ReplyTimeout
public TimeSpan? ReplyTimeout { get; set; }
Property Value
Retry
public RabbitOptions.RetryOptions Retry { get; set; }
Property Value
RoutingKey
public string RoutingKey { get; set; }