Class DeclareExchangeAttribute
Inheritance
System.Object
DeclareExchangeAttribute
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class DeclareExchangeAttribute : Attribute
Constructors
|
Edit this page
View Source
DeclareExchangeAttribute()
Declaration
public DeclareExchangeAttribute()
Properties
|
Edit this page
View Source
Admin
Declaration
public string Admin { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Admins
Declaration
public string[] Admins { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Edit this page
View Source
AutoDelete
Declaration
public string AutoDelete { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Declare
Declaration
public string Declare { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Delayed
Declaration
public string Delayed { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Durable
Declaration
public string Durable { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
IgnoreDeclarationExceptions
Declaration
public string IgnoreDeclarationExceptions { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Internal
Declaration
public string Internal { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|