Class RabbitOptions.TemplateOptions
Inheritance
System.Object
RabbitOptions.TemplateOptions
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class TemplateOptions : object
Properties
|
Edit this page
View Source
DefaultReceiveQueue
Declaration
public string DefaultReceiveQueue { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Exchange
Declaration
public string Exchange { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Mandatory
Declaration
public bool Mandatory { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
ReceiveTimeout
Declaration
public TimeSpan? ReceiveTimeout { get; set; }
Property Value
Type |
Description |
System.Nullable<TimeSpan> |
|
|
Edit this page
View Source
ReplyTimeout
Declaration
public TimeSpan? ReplyTimeout { get; set; }
Property Value
Type |
Description |
System.Nullable<TimeSpan> |
|
|
Edit this page
View Source
Retry
Declaration
public RabbitOptions.RetryOptions Retry { get; set; }
Property Value
|
Edit this page
View Source
RoutingKey
Declaration
public string RoutingKey { get; set; }
Property Value
Type |
Description |
System.String |
|